Accessing Local Licensing Server Logs

From SMath Wiki
Revision as of 18:43, 5 February 2025 by Gleb.Zaborshchikov (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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/.