~ubuntu-branches/ubuntu/wily/libjboss-remoting-java/wily

« back to all changes in this revision

Viewing changes to src/etc/org/jboss/remoting/samples/chat/log4j.client_properties

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110909140103-hqokx61534tas9rg
Tags: 2.5.3.SP1-1
* Newer but not newest upstream release. Do not build samples.
* Change debian/watch to upstream's svn repo.
* Add patch to fix compile error caused by tomcat update.
  (Closes: #628303)
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Remove useless Depends.
* Update Standards-Version: 3.9.2.
* Update README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 log4j.rootLogger=info, stdout, R
 
2
#log4j.rootLogger=error, stdout
 
3
#log4j.rootLogger=debug, R
 
4
 
 
5
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 
6
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 
7
 
 
8
# Pattern to output the caller's file name and line number.
 
9
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) <%d{ABSOLUTE}> - %m%n
 
10
 
 
11
log4j.appender.R=org.apache.log4j.RollingFileAppender
 
12
log4j.appender.R.File=/home/sigal/Eclipse/JBossRemoting/output/logs/samples/client.log
 
13
 
 
14
log4j.appender.R.MaxFileSize=1000KB
 
15
# Keep one backup file
 
16
log4j.appender.R.MaxBackupIndex=10
 
17
 
 
18
log4j.appender.R.layout=org.apache.log4j.PatternLayout
 
19
#log4j.appender.R.layout.ConversionPattern=%p %t %c [%x] - %m%n
 
20
log4j.appender.R.layout.ConversionPattern=%5p [%t] (%F:%L) <%d{ABSOLUTE}> - %m%n