Properties are set by specifying their name and value in the configuration files. For example, the following line sets the property Trace.Role.error to false. This prevents any trace messages for the role named
error from being written to the log file or console.
Property names and values can be separated by either a space ( ), an equal sign (
=), or a colon (
:). If a property value contains a space, equal sign, or colon, you must escape these characters in the property value by using a
\ (for example,
\ ,
\=, or
\:). You can place comments in the configuration files by placing a hash (
#) as the first character in a comment line.