Server log file
The server log file tema.log is in the installation_directory/wlp/usr/servers/server1/logs/ directory. The log file saves all actions related to the server and is the primary source of information for troubleshooting purposes. Each action in the log file is reported according to the UTC time zone, but the file also shows information about the local time zone of your server.
Settings that you can modify
- installation_directory/wlp/usr/servers/server1
- installation_directory\wlp\usr\servers\server1
- messageFileName
- The server log file name. The default name is tema.log.
- logDirectory
- The server log file location. The
default location is:
- installation_directory/wlp/usr/servers/server1
- installation_directory\wlp\usr\servers\server1
- maxFileSize
- The maximum size (in MB) that a log file can reach before it is rolled over. To disable this attribute, set the value to 0. The default value is 10.
- maxFiles
- If an enforced maximum file size exists, this setting is used to determine the maximum number of iterations of the server log file. If the log file reaches the maximum size that is defined in the maxFileSize parameter, the remaining messages roll over to another iteration of the file.
Log level
- installation_directory/wlp/usr/servers/server1/config
- installation_directory\wlp\usr\servers\server1\config
- FATAL
- Task cannot continue and component, application, and server cannot function.
- ERROR
- Error events that might still allow the application to continue running.
- WARN
- Potential error or impending error. This level can also indicate a progressive failure.
- INFO
- General information that outlines the overall task progress.
- DEBUG
- Fine-grained informational events that are most useful to debug an application.
Time zone
The time of all actions saved in the log file is specified according to the UTC time zone. You can compare these actions to the local time zone of your server to learn when exactly a particular action occurred. Information about your server time zone is written in the beginning of the log file and is repeated every 1000 entries. The following examples are the excerpts from the log file:
[INFO]: Local Server Time Zone is +0200 Europe/Warsaw
[INFO]: Local Server Time Zone is CurrentTimeZone=-300 (UTC-06:00) DaylightBias=-60