Skip to main content
Skip table of contents

Configure Convertigo Logs

By default, logs are set to INFO for the root logger and the others are set to WARN or INFO.

The most useful and important logs are set to “Inherited from root logger“, these are: beans, context, engine and user context.

01-- DEFAULT LOGS SETTINGS

In “Advanced properties“, by default, there are 25 files max of 10Mb each. It can be changed to have more files and/or more file size.

02 – DEFAULT ADVANCED SETTINGS

In Production mode, we usually set root logger to WARN.

It sometimes happens that other loggers are lowered to WARN to gain in space and speed, but they usually are specific and not commonly used logs.

03 – PRODUCTION MODE SETTINGS

To analyze issues in a project, the root logger is set to DEBUG and depending to the needs for the project, some other loggers are set to DEBUG too, on a case by case basis.

04 – DEBUG MODE SETTINGS

It is very (very) rare to set the TRACE level and in this case it would be only on a specific logger only, because it is very verbose.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.