...
For enabling the logging of UMS user actions and actions initiated by a device, see (12.04.120) Logging in the IGEL UMS .
If you manage IGEL OS 12 devices, see How to Start with IGEL > Debugging How to Collect and Send Device Log Files to IGEL Support /wiki/spaces/HTSWICPB/pages/86868405 .
If you require UMS log files for IGEL Support, see (12.04.120) Save Support Information / Send Log Files to Support .
...
rmguiserver/logs (Read rmguiserver/logs/README.md for configuring the logs)
|
stderr.log
| Error output of the Apache Tomcat server |
stdout.log
| Standard output of the Apache Tomcat server |
ums-api.log
| Logging of the API service |
ums-server.log (= catalina.log before UMS 12)
ums-server-err.log
| Central log file for all logging events |
device-connector.log
device-connector-err.log
| Logging of the device connector |
ums-device-service.log
ums-device-service-err.log
| Logging of OS 12 device functionality |
ums-appproxy.log
ums-appproxy-err.log
| Logging of the UMS as an Update Proxy |
rmguiserver/logs/ums-server (rmguiserver/conf/logback.xml - for configuring the logs)
|
ums-server-msg.log
| Logging of the Apache ActiveMQ messaging (High Availability and Distributed UMS) |
ums-server-communication.log
| Logging of communication with UMS Console or devices Edit at <!-- Logging of UMS communication --> |
ums-server-threaddump.log
| Periodic logging of the threads |
ums-server-icg-communication.log
| Logging of communication with ICG Edit at <!-- Logging of UMS communication --> |
ums-server-health.log
| Logging of the UMS HA Health Check |
ums-server-monitoring.log
| Performance logging Edit at <!-- Logging of monitoring data --> ; change INFO to DEBUG to get detailed information on each method call |
...
umsbroker/etc/work/logs (umsbroker/etc/conf/logback.xml - for configuring the logs)
|
ums-broker.log
| Central log file for all logging events |
ums-broker-msg.log
| Logging of the messages exchanged |
ums-broker-health.log
| Logging of the UMS HA Health Check |
ums-broker-monitoring.log
| Performance logging Edit at <!-- Logging of monitoring data --> ; change INFO to DEBUG to get detailed information on each method call |
...
umswatchdog/etc/work/logs (umswatchdog/etc/conf/logback.xml - for configuring the logs)
|
ums-watchdog.log
| Central log file for all logging events |
ums-watchdog-msg.log
| Logging of the messages exchanged |
ums-watchdog-health.log
| Logging of the UMS HA Health Check |
UMS Console
$HOME/.igel
|
RMClient.exe.log
| Startup logging |
...
In UMS version 6.10.110, the outdated logging framework Log4j 1.x was replaced with Logback; see alsoSecurity & Safety > IGEL Product Security Information > ISN 2022-19: Log4j 1.x Remainder in https://igel-jira.atlassian.net/wiki/spaces/ENLITESECURITYP/pages/74883628/ISN+2022-19%3A+Log4j+1.x+Remainder+in+UMS .
To change the logging settings for UMS 6.10.110 or higher, use logback.xml
.
...
rmguiserver/logs (rmguiserver/conf/logback.xml - for configuring the logs)
|
catalina.log
| Central log file for all logging events |
ums-server-msg.log
| Logging of the Apache ActiveMQ messaging |
ums-server-communication.log
| Logging of communication with UMS Console or devices Edit at <!-- Logging of UMS communication --> |
localhost.log
| Technical logging of the Apache Tomcat server |
stderr.log
| Error output of the Apache Tomcat server |
stdout.log
| Standard output of the Apache Tomcat server |
ums-server-threaddump.log
| Periodic logging of the threads |
ums-server-icg-communication.log
| Logging of communication with ICG Edit at <!-- Logging of UMS communication --> |
ums-server-health.log
| Logging of the UMS HA Health Check |
ums-server-monitoring.log
| Performance logging Edit at <!-- Logging of monitoring data --> ; change INFO to DEBUG to get detailed information on each method call (the server restart is then required) |
...
umsbroker/etc/work/logs (umsbroker/etc/conf/logback.xml - for configuring the logs)
|
ums-broker.log
| Central log file for all logging events |
ums-broker-msg.log
| Logging of the messages exchanged |
ums-broker-health.log
| Logging of the UMS HA Health Check |
ums-broker-monitoring.log
| Performance logging Edit at <!-- Logging of monitoring data --> ; change INFO to DEBUG to get detailed information on each method call (the server restart is then required) |
...
umswatchdog/etc/work/logs (umswatchdog/etc/conf/logback.xml - for configuring the logs)
|
ums-watchdog.log
| Central log file for all logging events |
ums-watchdog-msg.log
| Logging of the messages exchanged |
ums-watchdog-health.log
| Logging of the UMS HA Health Check |
UMS Console
$HOME/.igel
|
RMClient.exe.log
| Startup logging |
...
rmguiserver/logs (rmguiserver/conf/log4j.properties - for configuring the logs)
|
catalina.log
| Central log file for all logging events |
ums-server-msg.log
| Logging of the Apache ActiveMQ messaging |
communication.log
| Logging of communication with UMS Console or devices Edit at # communication logging - define the log levels ; refer to Log4j documentation |
license_deployment.log
| Logging of licenses Edit at # license deployment logging ; refer to Log4j documentation |
localhost.log
| Technical logging of the Apache Tomcat server |
stderr.log
| Error output of the Apache Tomcat server |
stdout.log
| Standard output of the Apache Tomcat server |
umsthreaddump.log
| Periodic logging of the threads Edit with # threaddump logging ; refer to Log4j documentation |
usgcommunication.log
| Logging of communication with ICG Edit at # communication logging - define the log levels ; refer to Log4j documentation |
health.log
| Logging of the UMS HA Health Check |
monitoring.log
| Performance logging Edit at # execution monitoring ; change INFO to DEBUG to get detailed information on each method call (the server restart is then required) |
...
umsbroker/etc/work/logs (umsbroker/etc/conf/log4j.properties - for configuring the logs)
|
igel-ums-broker.log
| Central log file for all logging events |
broker-msg.log
| Logging of the messages exchanged |
broker-health.log
| Logging of the UMS HA Health Check |
broker-monitoring.log
| Performance logging Edit at # monitoring logging ; change INFO to DEBUG to get detailed information on each method call (the server restart is then required) |
...
umswatchdog/etc/work/logs (umswatchdog/etc/conf/log4j.properties - for configuring the logs)
|
igel-ums-watchdog.log
| Central log file for all logging events |
watchdog-msg.log
| Logging of the messages exchanged |
watchdog-health.log
| Logging of the UMS HA Health Check |
UMS Console
$HOME/.igel
|
RMClient.exe.log
| Startup logging |
...