Accessing Local Licensing Server Logs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Sometimes it is required to access Local Licensing Server application logs. It requires understanding the following facts: # Local Licensing Server application is delivered in Docker format. After installation it is represented by several Docker container. # The main application is implemented by the container, having name '''smath-app-XXX''' where '''XXX''' - your company identifier. # The main application contains several modules. Each module writes its logs i...") |
(No difference)
|
Latest revision as of 18:43, 5 February 2025
Sometimes it is required to access Local Licensing Server application logs. It requires understanding the following facts:
- Local Licensing Server application is delivered in Docker format. After installation it is represented by several Docker container.
- The main application is implemented by the container, having name smath-app-XXX where XXX - your company identifier.
- The main application contains several modules. Each module writes its logs into several separate files named as:
- module-name.site.out.log
- module-name.site.err.log
- module-name.api.out.log
- module-name.api.err.log
- All these log files are available by path /var/log/.