Blazor Serilog 에서 HTTP 로깅 제외하기
Blazor Serilog 에서 HTTP 로깅 제외하기 Serilog 를 이용해 Seq 서버에 로그를 남기고 있는데 UseSerilogRequestLogging설정을 해놓으니app.UseSerilogRequestLogging();HTTP GET / HTTP POST / blazor 관련 로그가 너무 많이 남고 있어 정작 봐야 할 로그가 보기가 힘들었습니다.[14:15:44 INF] Request starting HTTP/2 GET https://localhost:5001/ [14:15:44 INF] Executing endpoint '/Index'[14:15:45 INF] Route matched with {page = "/Index"}. Executing page /Index[14:15:45 INF]..