diff --git a/SoundSwitch/Framework/Logger/Configuration/LoggerConfigurator.cs b/SoundSwitch/Framework/Logger/Configuration/LoggerConfigurator.cs index 6bed204b78..844bba446d 100644 --- a/SoundSwitch/Framework/Logger/Configuration/LoggerConfigurator.cs +++ b/SoundSwitch/Framework/Logger/Configuration/LoggerConfigurator.cs @@ -13,7 +13,7 @@ public static class LoggerConfigurator { public static void ConfigureLogger() { - const string sentryTemplate = "{Properties} {Message}"; + const string sentryTemplate = "{Message}\n{Properties}"; const string outputTemplate = "[{Timestamp:HH:mm:ss.fff} {Level:u3}][{ThreadId}]" + sentryTemplate + "(at {Caller}){NewLine}{Exception}"; Log.Logger = new LoggerConfiguration() #if RELEASE