소스 검색

[Logs] Fixed severity level

feature/authentication-tests
Robin Thoni 9 년 전
부모
커밋
f4ee5eef00
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Logs/DataAccess/Logger.cs

+ 2
- 0
Logs/DataAccess/Logger.cs 파일 보기

@@ -25,6 +25,8 @@ namespace iiie.Logs.DataAccess
25 25
                 return TraceEventType.Error;
26 26
             if (status == ResultStatus.PermissionError)
27 27
                 return TraceEventType.Error;
28
+            if (status == ResultStatus.InternalError)
29
+                return TraceEventType.Error;
28 30
             if (status == ResultStatus.InputError)
29 31
                 return TraceEventType.Warning;
30 32
             if (status == ResultStatus.NotFound)

Loading…
취소
저장