Manual
Backups
Rev F 2.2.08.06.2014 23
displayed in an Apache Tomcat Console
(The console is available only when starting Tomcat as an application instead of as a service.)
12.1 Log Location
The log file, SentralServer.log, is located in the C:\Program Files\ClearCube
Sentral\CMSServer\WEB-INF\configuration\log directory.
12.2 Specifying Log Destination: ServerConfiguration.xml
The console.system.out.appender entry in ServerConfiguration.xml specifies if log output is
written to SentralServer.log or is output to an Apache Tomcat Console.
Table 5. ServerConfiguration.xml and console.system.out.appender values
Value
Description
true
Default value. Server logs are saved in a zip file as described above. See the previous section for
log location.
false
Server logs are displayed in an Apache Tomcat console, available only when starting Tomcat as
an application. This option is useful for troubleshooting. See 23.4 “Running Apache Tomcat as
an Application” below for information about launching Apache Tomcat as an application.
12.3 Turning off Logging
The steps below show how to stop logging (where logs are not written to SerntralServer.log or displayed
in Tomcat Console).
1. Set the console.system.out.appender entry in ServerConfiguration.xml to true (see the
previous section for instructions), and
2. Set logging level to OFF:
a. Edit log4j.xml in the following directory:
C:\Program Files\ClearCube Sentral\Tomcat\webapps\CMSServer\WEB-INF\classes
b. Change level value from DEBUG to OFF, as shown below:
<logger name="com">
<level value="OFF" />
<appender-ref ref="CSMSSERVER"/>
</logger>
13 Backups
The sections below discuss recommendations for backing up Sentral components.