You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
services.logger.info("Processing diagnostics for file-based request...");
200
+
services.logger.debug(`Received ${rawDiags.length} diagnostic entries from StepZen`);
201
+
202
+
if(debugLevel>0&&rawDiags.length===0){
203
+
services.logger.warn(`Expected debug data with debug level ${debugLevel}, but received no diagnostics. Check if Stepzen-Debug-Level header was sent correctly.`);
204
+
}elseif(debugLevel>0){
205
+
services.logger.info(`Successfully received debug data: ${rawDiags.length} diagnostic entries`);
0 commit comments