aboutsummaryrefslogtreecommitdiff
path: root/appsettings.Development.json
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2024-11-06 12:24:50 +1100
committerJake Mannens <jake@asger.xyz>2024-11-06 12:25:07 +1100
commite002a1f1def01a9974441668c7b6058c6a30724a (patch)
treeb400f64c6d7f29a346475f9a4541b097238d3e20 /appsettings.Development.json
parent172b9e1a9156a79730eeef481f18290a7c920cbd (diff)
Isolate BART service in debug log output
Diffstat (limited to 'appsettings.Development.json')
-rw-r--r--appsettings.Development.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/appsettings.Development.json b/appsettings.Development.json
index a3ef3b4..21eae75 100644
--- a/appsettings.Development.json
+++ b/appsettings.Development.json
@@ -5,7 +5,8 @@
},
"Logging": {
"LogLevel": {
- "Default": "Debug"
+ "Default": "None",
+ "PagerParser.Bart.BartService": "Debug"
}
}
} \ No newline at end of file