Logging with License Server
The License Server has two logging facilities:
Logging to console and Log files.
Logging to console
The first is logging to the console. The amount of information that is written to the console can be set by the --verbosity parameter.
licenseServer --server [--verbosity=<level>]
Click to copy
The different level of reporting can be set as below:
Level |
Value |
---|---|
0 |
None |
1 |
Base |
2 |
Errors |
3 |
Warnings (Default) |
4 |
Log |
5 |
Debug |
Log files
The license server writes all sessions to a log files located in a "Logs" folder inside the cache folder. A new log file is created every day with file name of the form <YEAR>-<MONTH>-<DAY>.log (e.g. 2019-06-06.log).
Note that log file generation can be suppressed if the --logverbosity=0 option is used.