~ubuntu-branches/ubuntu/utopic/jetty/utopic-proposed

« back to all changes in this revision

Viewing changes to resources/log4j.properties

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2009-08-09 08:48:10 UTC
  • Revision ID: james.westby@ubuntu.com-20090809084810-k522b97ind2robyd
ImportĀ upstreamĀ versionĀ 6.1.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# This is not needed by Jetty - but it helps with many web apps.
 
3
 
 
4
log4j.rootLogger=INFO, stdout
 
5
 
 
6
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 
7
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 
8
log4j.appender.stdout.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
 
9