Issue Type: Bug Bug
Affects Versions: 0.9.30
Assignee: Logback dev list
Attachments: rln_troubleshoot.zip
Components: logback-core
Created: 26/Jul/13 5:38 PM
Description:

When I changed logback.xml to the following, logging to console and default.log stopped when default.log exceeded max size, and log is not rolling over. All logging after that seems to go to a black hole (not console or log file).

Download rln_troubleshoot.zip and run the project. The 1st time it runs, default.log will have some entries: when I run this, the last entry I see has been "Log entry 13 to help..."

Change logback.xml entry "<fileNamePattern>" to the following, and the log works properly , rolling over and continuing logging:
<fileNamePattern>/app/cobalt/logs/localhost/default-%i.log</fileNamePattern>

Environment:

Windows XP, Eclipse JDK1.7 both standalone application & JBoss 7 A.S. WAR service

Project: logback
Labels: logging rollingFileappender
Priority: Major Major
Reporter: Raymond Naseef
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
logback-dev mailing list
logback-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to