Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Logging

Invvard edited this page Mar 26, 2019 · 4 revisions

Starting with version 0.5.0.2003, logs are available to support user in case of unwanted behavior.

Basic logs

Every time you start the app, errors and unhandled exceptions are logged. You will find those logs in the sub folder "\logs"

Verbose logs

In case of need, you can activate the verbose log very easily : just add the starting parameter

-loglevel=trace

This level will log almost everything and therefore create large log files, so it's better not to keep this activated at all time.

Clone this wiki locally