Skip to content

Log levels

There are 5 log levels defined in Syncplify Server! Each lower level includes all the information from the levels above it, and typically adds more detail according to its own definition.

Here’s a brief explanation:

Error

The “Error” log level only logs errors. This log level doesn’t log any information about server or user activity, only error conditions. Most administrators do not use this log level simply because it doesn’t log enough information for typical day-to-day use.

Warning

The “Warning” log level includes Errors and Warnings. Just like the “Error” log level, this log level doesn’t log any information about server or user activity, only errors and warnings. Although it can be useful to reduce the size of the logs in certain cases, typically administrators prefer to use a log level that actually includes user activity.

Information

The “Information” log level is the standard log level used in Syncplify Server! It includes all errors, all warnings, and all user activity, but it’s not too cluttered with information that may be distracting. Most Syncplify Server! installations use this log level, which is a good balance between reasonable log size and usefulness of the contained information.

NOTE

If you are unsure about what log level fits your needs, the “Information” log level is almost always your best choice.

Debug

The “Debug” log level logs a lot of information, so it should not be used for extended periods of time to avoid dumping too much information to the log target. This log level is typically useful for debugging the software and identifying issues when it is not behaving as expected. Most of the time, this is the best way to spot misconfigurations and other mistakes.

Trace

The “Trace” log level can be considered as a “Debug log level on steroids.” It logs even more information than the Debug level, and it logs most function entry and exit points. This log level should only be used by software developers or when requested by Syncplify Support Representatives.