-
1. Re: Logging with Wildfly 9.0.1 Final
James Perkins Aug 20, 2015 1:17 PM (in response to Angelo Gülle)Assuming the default pattern for the console output it looks like your category should be XmlImportFileWatcherService not de.kairos.centraxx.model.service.xmlimport.impl.XmlImportFileWatcherService.
--
James R. Perkins
-
2. Re: Logging with Wildfly 9.0.1 Final
Angelo Gülle Aug 21, 2015 1:53 AM (in response to James Perkins)Hi James,
unfortunately that is not the solution.
Cheers, Angelo
-
3. Re: Logging with Wildfly 9.0.1 Final
Wolfgang Mayer Aug 21, 2015 7:42 AM (in response to Angelo Gülle)I understand you have also to add the <async-handler> tags. like in this example logging: Example That Sets Up Different Logging Levels
-
4. Re: Logging with Wildfly 9.0.1 Final
Angelo Gülle Aug 21, 2015 9:18 AM (in response to Wolfgang Mayer)Unfortunately this also does not work. And the preconfigured loggers for "server.log" do not use async-handler tags either. But thank you very much for the link, wich is quite interesting anyway...
-
5. Re: Logging with Wildfly 9.0.1 Final
Angelo Gülle Aug 25, 2015 5:44 AM (in response to Angelo Gülle)Ok, the log4j.xml in the web application is the problem. But even if I use a log4j.xml with no configuration, the Wildfly logging properties in the standalone.xml seem to be ignored.
Does an application specific log4j.xml disable any application related logging that is configured in the application server?
-
6. Re: Logging with Wildfly 9.0.1 Final
Angelo Gülle Aug 25, 2015 6:17 AM (in response to Angelo Gülle)I found the answer here: How To - WildFly 8 - Project Documentation Editor
How do I use log4j.properties or log4j.xml instead of using the logging subsystem configuration?
First note that if you choose to use a log4j configuration file, you will no longer be able to make runtime logging changes to your deployments logging configuration.
If that is acceptable you can use per-deployment logging and just include a configuration file in your deployment.