logback / LOGBACK-1547 [Open] can custom converter work at global ==============================
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-1547 ============================== Issue created ------------------------------ Allen chow created this issue on 04/Jan/21 3:06 PM Summary: can custom converter work at global Issue Type: Improvement Assignee: Logback dev list Components: logback-core Created: 04/Jan/21 3:06 PM Priority: Major Reporter: Allen chow Description: The custom *Converter* can't working when we put a that at end of configuration file. 1. But when we look at configuration file. that *Converter* more like a global component, so should we let that work if it at end of configuration or at begin off the file. 2. Especially when at configuration file include another configuration file, we want to custom *Converter* by the include file, and let it work in our application. but at now we can't make it work. 3. The reason why it not work is the logger pattern is assembling step by step while the configuration file is parsing and not at step of after all configuration file done then assembling the the logger related component. ============================== This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59) _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev