Skip to content

Commit

Permalink
Make the minimum log level Info in the default appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Sep 2, 2023
1 parent de698d2 commit eb65c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseStationReader.Terminal/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"TimeToRemoval": 180000,
"TimeToLock": 900000,
"LogFile": "C:\\MyApps\\AircraftTracker.log",
"MinimumLogLevel": "Debug",
"MinimumLogLevel": "Info",
"EnableSqlWriter": true,
"WriterInterval": 30000,
"WriterBatchSize": 20000,
Expand Down

0 comments on commit eb65c0d

Please sign in to comment.