From 71d20fc41b37c21361b63566c2aaf3324617affc Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 8 Sep 2025 19:49:20 +0200 Subject: Add LibSystemd --- MatrixSystemdBridge/appsettings.Development.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MatrixSystemdBridge/appsettings.Development.json (limited to 'MatrixSystemdBridge/appsettings.Development.json') diff --git a/MatrixSystemdBridge/appsettings.Development.json b/MatrixSystemdBridge/appsettings.Development.json new file mode 100644 index 0000000..b2dcdb6 --- /dev/null +++ b/MatrixSystemdBridge/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.Hosting.Lifetime": "Information" + } + } +} -- cgit 1.5.1