Skip to content

Commit

Permalink
Updates log4j examples, fixes #372
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Jul 6, 2017
1 parent 6764c62 commit b8db867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions modules/config/log4j.properties
Expand Up @@ -7,5 +7,6 @@ log4j.appender.console.layout.ConversionPattern = %-4r [%t] %-5p %c %x - %m%n

# Hint: set categories for module names you're working on to DEBUG level, e.g.:
# log4j.category.main = DEBUG
# log4j.category.ringo.skin = DEBUG
# log4j.category.ringo.webapp = DEBUG
# log4j.category.moduledir.modulename = DEBUG
# log4j.category.ringo.httpserver = DEBUG
# log4j.category.ringo.httpclient = DEBUG
4 changes: 2 additions & 2 deletions tools/admin/skeletons/app/config/log4j.properties
Expand Up @@ -7,5 +7,5 @@ log4j.appender.console.layout.ConversionPattern = %-4r [%t] %-5p %c %x - %m%n

# Hint: set categories for module names you're working on to DEBUG level, e.g.:
# log4j.category.main = DEBUG
# log4j.category.ringo.skin = DEBUG
# log4j.category.ringo.webapp = DEBUG
# log4j.category.ringo.httpserver = DEBUG
# log4j.category.ringo.httpclient = DEBUG

0 comments on commit b8db867

Please sign in to comment.