aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/conf/logging.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/conf/logging.json b/debian/conf/logging.json
index 5d98484cdf..f32b2089eb 100644
--- a/debian/conf/logging.json
+++ b/debian/conf/logging.json
@@ -2,7 +2,8 @@
"Serilog": {
"MinimumLevel": "Information",
"WriteTo": [
- { "Name": "Console",
+ {
+ "Name": "Console",
"Args": {
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] {Message:lj}{NewLine}{Exception}"
}