Skip to content

Commit f0ca785

Browse files
authored
Merge pull request #55 from hmlendea/logging
Added the default logging section in appsettings explicitly
2 parents 2804fac + f0c9e1b commit f0ca785

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appsettings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
},
55
"securitySettings": {
66
"sharedSecretKey": "[[SHARED_SECRET_KEY]]"
7+
},
8+
"nuciLoggerSettings": {
9+
"logFilePath": "logfile.log",
10+
"isFileOutputEnabled": true
711
}
812
}

0 commit comments

Comments
 (0)