Method: NewRelic::Agent::AuditLogger#wants_stdout?
- Defined in:
- lib/new_relic/agent/audit_logger.rb
permalink #wants_stdout? ⇒ Boolean
97 98 99 |
# File 'lib/new_relic/agent/audit_logger.rb', line 97 def wants_stdout? ::NewRelic::Agent.config[:'audit_log.path'].casecmp(NewRelic::STANDARD_OUT) == 0 end |