All Collections
Troubleshooting
Other
How to enable the diagnostic logging
How to enable the diagnostic logging
A
Written by Aiden Morris
Updated over a week ago

Enabling Diagnostic Logging in Pulseway will result in the generation of a trace.log file in Pulseway's installation folder.
​
It is important to note that this feature is primarily used by developers for debugging purposes and should not be enabled in a production environment due to potential performance slowdowns.
​


To enable the trace logs via Pulseway WebApp, please utilize the provided script below.
​

Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor" -Name "DebugLog" -Value "1"
​

Did this answer your question?