Skip to main content

Striim Platform 5.0 documentation

Setting the log levels

For general information about logs, see Logging.

Log levels for striim.server.log, striim.command.log, and (for DEB and RPM installations) striim.command.log are set in Striim/conf/log4j.server.properties. The default log level is info. From most to least verbose, the supported levels are alltracedebuginfowarnerror, and fatal.

Note

UserCommandLogger messages, since they are often necessary for troubleshooting, are always written to striim.server.log, regardless of the log level setting.

Log levels for the Forwarding Agent are set in Agent/conf/log4j.agent.properties. The default log level is trace.