Skip to content

Commit c982be0

Browse files
committed
fix(appsettings.json): update default log file path
1 parent aebc8ae commit c982be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/YoloKonsole/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Logging": {
33
"File": {
4-
"PathFormat": "\\logs\\yolo-{Date}.json"
4+
"PathFormat": "./logs/yolo-{Date}.log"
55
},
66
"LogLevel": {
77
"Default": "Debug",

0 commit comments

Comments
 (0)