Skip to main content
Version: 1.14.x.x LTS

Viewing log files

JavaEE server (JBOSS / WildFly)

The nevisLogRend server writes all error and tracing information to the following file:

/var/opt/nevislogrend/[instance]/log/server.log

To look for errors inside these log files, use the following command:

grep ERROR /var/opt/nevislogrend/[instance]/log/*.log

The above command only covers the most recent versions of all log files.

Log files are versioned similar to the UNIX syslog files with a numeric version postfix.

Standalone deployment

Instances created with the nevislogrend inst create command

  • Expect the following configuration: /var/opt/nevislogrend/[instance]/conf/log4j.xml
  • Use the supplied /var/opt/nevislogrend/[instance]/conf/log4j.xml, which contains settings to log to /var/opt/nevislogrend/[instance]/log/nevislogrend.log

If you directly start nevisLogRend with the nevislogrend-server binary, you can provide the log4j configuration via the --log-config argument.

In case no log configuration is provided, nevisLogRend logs to the standard output (console) by default.

The nevislogrend [instance] log command is not supported for standalone deployments.