Skip to content

Commit 83554f0

Browse files
committed
Made log level debug for to error model extensions
1 parent 09d5502 commit 83554f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless/Extensions/ToErrorModelExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private static void PopulateStackTrace(this Error error, Error root, Exception e
199199
}
200200

201201
if (frames == null || frames.Length == 0) {
202-
log.Info(typeof(ExceptionlessClient), "Error " + error.Message + " contained no stack frames");
202+
log.Debug(typeof(ExceptionlessClient), "Error " + error.Message + " contained no stack frames");
203203
return;
204204
}
205205

0 commit comments

Comments
 (0)