Dear Ivy Team It looks like the Performance Logging can only be run in DEBUG level. Unfortunately in DEBUG level the logging crashes almost the Ivy Engine. Is there a way to simply log the requests (such as the access_log in the original tomcat) ? Regards John asked 31.01.2020 at 12:56 John Moser |
Hey John Yes, you can enable access_logs from tomcat by enabling the Regarding the Performance Logging. If setting the engine to debug mode almost crashes your isntance, you may try to activate debug level only for the performance logs. Do so by adding a new log appender ( as described here: https://developer.axonivy.com/doc/latest/engine-guide/monitoring/logging.html#runtime-log ) . And set only this appender to level debug - but keep the main logger on level warning or error. Such a solution could look as follows:
answered 03.02.2020 at 02:51 Reguel Werme... ♦♦ Thanks ... but the issue with the performance logging : one record is written in 2 rows. Would be easier to process it further if the record would be on one line.
(03.02.2020 at 05:30)
John Moser
but thumbs up for access_log !
(03.02.2020 at 06:30)
John Moser
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 31.01.2020 at 12:56
Seen: 1,510 times
Last updated: 03.02.2020 at 06:30