logback / LOGBACK-1771 [Open] Using non-existent appender in root - no logging in other files #831
============================== Here's what changed in this issue in the last few minutes. This issue has been created This issue is now assigned to you. View or comment on issue using this link https://jira.qos.ch/browse/LOGBACK-1771 ============================== Issue created ------------------------------ Ceki Gülcü created this issue on 10/Jul/24 8:09 Summary: Using non-existent appender in root - no logging in other files #831 Issue Type: Bug Assignee: Logback dev list Created: 10/Jul/24 8:09 Priority: Major Reporter: Ceki Gülcü Description: am using slf4j and logback version 1.3.14 and removed an appended, but failed to remove the corresponding from the element. Logback was started, and no error was thrown. For all other appenders in the -element the log files were created, but the log files are empty. {code} <root level="INFO"> <appender-ref ref="DEFAULT-FILE"/> <appender-ref ref="SECURITY-FILE"/> <appender-ref ref="NON-EXISTENT-FILE"/> </root> {code} I know that this is a configuration issue. It would be good if an error or a warning message is thrown if an appender-ref is used for a non-existent appended. ============================== This message was sent by Atlassian Jira (v9.6.0#960000-sha1:a3ee8af) _______________________________________________ logback-dev mailing list logback-dev@qos.ch https://mailman.qos.ch/cgi-bin/mailman/listinfo/logback-dev