I would like to have two log files. One for he ivy system messages and one for the runtime log messages. How can I configure that? asked 28.06.2016 at 15:28 Reto Weiss ♦♦ |
Modify the file configuration/log4jconfig.xml as follows: Add a new file appender for the runtime log:
Then add a new category for the runtime log with the additivity attribute set to false and referencing the RuntimeLog appender:
Restart the engine. answered 28.06.2016 at 15:31 Reto Weiss ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 28.06.2016 at 15:28
Seen: 2,083 times
Last updated: 28.06.2016 at 15:33