Logging
Striim generates the following log files:
file | description |
---|---|
eclipselink-metering.log | messages regarding communication with other servers and agents in the cluster |
striim-dbms.log | log for the local Apache Derby instance that hosts the metadata repository and stores data used by the monitoring and recovery features |
striim-node.log | striim-node startup messages and SysOut output, except when running Striim as a process, in which case the output is written to the terminal running the server |
striim.command.log | commands sent to the server by the console and/or web UI |
striim.console.log | output from the commands in striim.command.log |
striim.server.clidebug.log | debug-l and trace-level messages for the server process when the log level as been changed temporarily as described in Changing the log level temporarily) |
striim.server.log | log for the server process; this is the first place to look when debugging or troubleshooting applications |
striim.server.debug.log | debug- and trace-level messages for the server if enabled by configuring log4j.server.properties (Contact Striim support for more information) unless overridden by Changing the log level temporarily, in which case the messages will be in striim.server.clidebug.log |
When Striim is installed as per Running Striim in CentOS or Running Striim in Ubuntu, these files are in /var/log/striim
. When installed otherwise, these files are in the logs
directory under the Striim application directory.
You can also view some events on the Monitor page in the web UI. See Monitoring using the web UI.