Accessing Local Licensing Server Logs: Difference between revisions

From SMath Wiki
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:

  1. Local Licensing Server application is delivered in Docker format. After installation it is represented by several Docker container.
  2. The main application is implemented by the container, having name smath-app-XXX where XXX - your company identifier.
  3. 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
  4. All these log files are available by path /var/log/.