Configure the logging system
Last updated
Was this helpful?
Last updated
Was this helpful?
Tiledesk uses as logging library. The Tiledesk server is configured with the following transports :
the console
logs files under /logs/app.log folder
The default log level is INFO. If you want to change the log level use the LOG_LEVEL
environment property as follow:
Optionally you can write the logs to the MongoDB database (adding a MongoDB transport to Winston) with the following environment property:
You can also change (default value is INFO) the level for the MongoDB transport with the following property: