browse
Overview
In some circumstances Cisco Umbrella support may ask you to enable more verbose 'trace' logging for the Cisco Secure Client. This article will show you how to do this for all Umbrella products.
Trace logging can be enabled by creating a flag file and placing it in one of the directories outlined below. Umbrella support can provide the file, or you can create it yourself.
Windows
Cisco Secure Client with Roaming Security Module
C:\ProgramData\Cisco\Cisco Secure Client\Umbrella\data
If creating the file yourself, it must contain the word "trace" without quotes and be saved as loglevel.flag, not loglevel.txt or loglevel.flag.txt.
Once the loglevel.flag file has been placed in the directory, please restart the roaming client service for it to take effect.
Avoid "save as" the file as non .txt format, certain format such as .rft .odt will create unwanted information which is cause Trace logging fails to enable.
macOS
Place force_log_level.plist into the following directory:
Cisco Secure Client with Roaming Security Module
/opt/cisco/secureclient/umbrella/data
If creating the file yourself, make sure you save the file as force_log_level.plist.
The contents of the file should be as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>logLevel</key>
<string>trace</string>
</dict>
</plist>