logback / LOGBACK-1746 [Open] insertFromJNDI fails in 1.4.6 ==============================
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-1746 ============================== Issue created ------------------------------ Richard Sand created this issue on 20/Jun/23 16:42 Summary: insertFromJNDI fails in 1.4.6 Issue Type: Bug Affects Versions: 1.4.6 Assignee: Logback dev list Components: logback-core Created: 20/Jun/23 16:42 Priority: Major Reporter: Richard Sand Description: Similar to LOGBACK-1706, but I'm using 1.4.6 release but still encounter the issue. My configuration is unchanged, I simply changed the logback libraries from 1.2.6 to 1.4.6. My logback.xml: {{<configuration scan="true">}} {{ <insertFromJNDI env-entry-name="java:comp/env/appHome" as="appHome" />}} {{ <include file="${appHome}/conf/logback-ssorest.xml"/>}} {{ <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"> }} {{ <resetJUL>true</resetJUL> }} {{ </contextListener> }} {{</configuration>}} ============================== 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