# To Increase Verbosity of Logging


Increasing the verbosity of logging can be essential for troubleshooting and monitoring the performance of your systems. This article will guide you through the steps to enhance logging levels for specific components within your application.


### Understanding Logging Levels


If a `.txt` file exists in the `\LogFiles` directory, it is likely that there is a corresponding registry entry that controls the logging level for that file. For instance, if you have a log file named `Syslog.txt`, you can adjust its verbosity by modifying the `SyslogLogLevel` DWORD in the Windows Registry.


### Example of Modifying the Registry


To increase the logging level for Syslog, follow these steps:


1. **Open the Registry Editor**: Type `regedit` in the Windows search bar and press Enter.

2. **Navigate to the Key**: Go to `HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\NetLatency\SwitchMonitor`.

3. **Create a New DWORD**: Right-click in the right pane, select `New`, and then choose `DWORD (32-bit) Value`.

4. **Name the DWORD**: Enter `SyslogLogLevel` as the name of the new DWORD.

5. **Set the Value**: Double-click on `SyslogLogLevel` and set its value to `3`. This level typically indicates a more detailed logging output.


### Important Notes


- **No Service Restart Required**: After making this change, you do not need to restart the service. The new logging level will take effect during the next polling cycle.

- **Reviewing Logs**: To see the effects of your changes, navigate to the `\LogFiles` directory and open `Syslog.txt`. You should now see more detailed logging information that can help you diagnose issues or monitor system performance.


### Current List of Log Levels


Here is a current list of components for which you can adjust logging levels (as of August 2026):


- BGPPeer

- Certificates

- CiscoEoX

- Cloud

- CustomReports

- DeviceBackup

- DeviceManager

- DnsMonitor

- DomainServers

- DseLog

- EmailSending

- IpSla

- LinuxServers

- MerakiApi

- NetworkServices

- SD-WAN

- ServerMonitoring

- SIP-Trunks

- Syslog

- TFTPServers


By following these steps, you can effectively increase the verbosity of logging for any of the components listed above, allowing for better monitoring and troubleshooting capabilities. If you have any further questions or need assistance, feel free to reach out to our support team!