The Clients Parameters

/tc:tc-config/clients/logs

This section lets you configure where the Terracotta client writes its logs.

Here is a sample configuration snippet:

<!--     
   This value undergoes parameter substitution before being used; 
   thus, a value like 'client-logs-%h' would expand to 
   'client-logs-banana' if running on host 'banana'. See the 
   Product Guide for more details. 
   If this is a relative path, then it is interpreted relative to 
   the current working directory of the client (that is, the directory 
   you were in when you started the program that uses Terracotta 
   services). It is thus recommended that you specify an absolute 
   path here. 
   
     
   Default: 'logs-%i'; this places the logs in a directory relative 
   to the directory you were in when you invoked the program that uses 
   Terracotta services (your client), and calls that directory, for example, 
   'logs-10.0.0.57' if the machine that the client is on has assigned IP 
   address 10.0.0.57. 
--> 
<logs>logs-%i</logs>

You can also specify stderr: or stdout: as the output destination for log messages. For example:

<logs>stdout:</logs>

To set the logging level, see Logging.