Summary
The agent and diskcache both have their own log files. By default, the diskcache logging is not very informative; the logging level must be changed manually to get useful logging.
Solution
Use the agent console to send a command to the diskcache to tell it to do full logging. Connect to an agent console and issue the following command:
diskcache servereval {diskcacheman loglevel all}
Examples
On Windows:
c:\> telnet localhost 2419
% diskcache servereval {diskcacheman loglevel all}
% quit
On Unix:
$ telnet localhost 2409
% diskcache servereval {diskcacheman loglevel all}
% quit
To turn logging back to normal levels, do
diskcache servereval {diskcacheman loglevel info}
Applies to
- Product versions: 4.2 and later
- OS versions: All
Comments