Skip to content

Commit

Permalink
Correcting log path
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cxf/trunk@1536401 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cschneider committed Oct 28, 2013
1 parent 6760726 commit f1a4896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ log4j.appender.file.threshold=DEBUG
log4j.appender.file=org.apache.log4j.FileAppender
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} | %-5.5p | %-50.50c | %m%n
log4j.appender.file.file=${karaf.home}/log/tesb.log
log4j.appender.file.file=${karaf.data}/log/karaf.log
log4j.appender.file.append=true

0 comments on commit f1a4896

Please sign in to comment.