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 |
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:
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. but thumbs up for access_log ! |
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