Skip to content

Instantly share code, notes, and snippets.

@angelf
Created October 4, 2010 11:35
Show Gist options
  • Select an option

  • Save angelf/609558 to your computer and use it in GitHub Desktop.

Select an option

Save angelf/609558 to your computer and use it in GitHub Desktop.
rootLogger: INFO, console, file
logger:
# log action execution errors for easier debugging
action: DEBUG
# reduce the logging for aws, too much is logged under the default INFO
com.amazonaws: WARN
# gateway
#gateway: DEBUG
#index.gateway: DEBUG
# peer shard recovery
#index.shard.recovery: DEBUG
appender:
console:
type: console
layout:
type: consolePattern
conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"
file:
type: dailyRollingFile
file: ${path.logs}/${cluster.name}.log
datePattern: "'.'yyyy-MM-dd"
layout:
type: pattern
conversionPattern: "[%d{ABSOLUTE}][%-5p][%-25c] %m%n"
[10/05/10 16:57:07 +0200 pilaf (24179)] INFO : Resolved collector6.newrelic.com to 65.74.177.213
[10/05/10 16:57:07 +0200 pilaf (24196)] WARN : Did not trace PaginationListLinkRenderer#strip_tags because that method does not exist
[10/05/10 16:57:07 +0200 pilaf (24196)] WARN : Did not trace PaginationListLinkRenderer#dirty_but_fast_strip_tags because that method does not exist
[10/05/10 16:57:07 +0200 pilaf (24196)] INFO : Starting the worker thread in 24196 after forking.
[10/05/10 16:57:08 +0200 pilaf (24179)] INFO : Connected to NewRelic Service at collector6.newrelic.com:80
[10/05/10 16:57:08 +0200 pilaf (24179)] INFO : Reporting performance data every 60 seconds.
[10/05/10 16:57:17 +0200 pilaf (24196)] INFO : Resolved collector.newrelic.com to 65.74.177.213
[10/05/10 16:57:19 +0200 pilaf (24196)] INFO : Resolved collector6.newrelic.com to 65.74.177.213
[10/05/10 16:57:19 +0200 pilaf (24196)] INFO : Connected to NewRelic Service at collector6.newrelic.com:80
[10/05/10 16:57:20 +0200 pilaf (24196)] INFO : Reporting performance data every 60 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment