Skip to content

Commit 91e2366

Browse files
committed
Revert "Adjust log debug location"
This reverts commit b519313.
1 parent 8269304 commit 91e2366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ private async void OnStartup(object sender, StartupEventArgs e)
138138
{
139139
await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
140140
{
141+
Log.SetLogLevel(_settings.LogLevel);
142+
141143
Ioc.Default.GetRequiredService<Portable>().PreStartCleanUpAfterPortabilityUpdate();
142144

143145
Log.Info("|App.OnStartup|Begin Flow Launcher startup ----------------------------------------------------");
144146
Log.Info($"|App.OnStartup|Runtime info:{ErrorReporting.RuntimeInfo()}");
145147

146-
Log.SetLogLevel(_settings.LogLevel);
147-
148148
RegisterAppDomainExceptions();
149149
RegisterDispatcherUnhandledException();
150150

0 commit comments

Comments
 (0)