Accessing logs
In Docker mode
Access the logs of the Stormshield KMaaS by running the Docker standard command:
docker logs <containerID> -f
In RPM mode
Logs are stored in the systemd standard folder. The following commands can be used to show and export logs.
|
Command |
Description |
|---|---|
|
cat /var/log/messages |
Shows all logs of all services. |
|
journalctl -u cse |
Shows all logs relating to the Stormshield KMaaS. |
|
journalctl -u cse -b |
Shows all logs relating to the Stormshield KMaaS since the last time the machine was started. |
|
journalctl -u cse > cse.log |
Exports all logs relating to the Stormshield KMaaS into a cse.log file. |