Skip to content

Logging on Windows


Set the Log Level

For setting the log level for all services of SEAL Operator or a specific one, the following key has to be set for any or for the specific service:

  • LOG_LEVEL: Log level for the correspondent service

SEAL Operator Services and Infrastructure

The log files of the SEAL Operator services and the infrastructure of SEAL Operator, such as MongoDB or Consul, are located in the following directory:

%PROGRAMDATA%\SEAL Systems\log

Hint - log file size

By default, the log files are backed up when reaching 10 MB and new log files are generated. The backup log files will be deleted after seven days.


NSSM (Non-Sucking Service Manager)

The NSSM system program allows to run the Node.js applications of SEAL Operator as Windows services. The messages of NSSM are written to the Windows Event Log.


Back to top