Skip to content

Commit

Permalink
Add log timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Sep 9, 2024
1 parent 3a13b79 commit 41f1d3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ArenaService/ArenaService/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
},
"Console": {
"FormatterName": "simple",
"FormatterOptions": {
"TimestampFormat": "[yyyy-MM-dd HH:mm:ss] "
}
}
},
"AllowedHosts": "*"
Expand Down

0 comments on commit 41f1d3c

Please sign in to comment.