How to enable debug logging for a MID Server<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } To enable debug logging for a MID Server, you can modify its configuration parameters within the ServiceNow instance. Steps to Enable Standard Debug Logging Log in to your ServiceNow instance.In the Application Navigator, go to MID Server > Servers.Open the specific MID Server record you want to debug.Sccroll down to the Configuration Parameters related list and click New.In the new record: I. For Parameter name, search for and select mid.log.level. II. For Value, type DEBUG (all in uppercase).Submit or Save the record. The change will take effect shortly without requiring a MID Server restart. The debug logs will then be captured in the agent logs located in the MID Server installation directory ([install_dir]\agent\log\agent0.log.0).