How to set the log level in LastPass Universal Proxy v4.x on Windows?
The default log level in Universal Proxy is INFO. With the following command you can specify what level of logging you require.
About this task:
Note:
Requirements:
- Windows PowerShell 3.0 or higher
Note: This feature requires an account with the LastPass Business + Advanced MFA add-on. How do I upgrade my LastPass Business account with an add-on?
We provide the following options for logging information:
- INFO level for informational messages that highlight the progress of the application at coarse-grained level, and
- DEBUG level for fine-grained informational events.
- Set INFO log level:
Open PowerShell and execute the following command:
uproxy -logLevel info
- Set DEBUG log level:
Open PowerShell and execute the following command:
uproxy -logLevel debug