Search code examples
javalogbackjava-9java-module

Does logback support separate logging for JPMS layers/module?


I have an application that uses JPMS layers and modules. Is it possible to log messages for every layer/module in separate file using logback? If yes, then how?


Solution

  • As it seems to be impossible this moment I opened an issue here: https://jira.qos.ch/browse/LOGBACK-1514