We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4df03 commit 63191ecCopy full SHA for 63191ec
1 file changed
kirovy/settings/_base.py
@@ -271,14 +271,14 @@
271
},
272
"json_file": {
273
"class": "logging.handlers.RotatingFileHandler",
274
- "filename": "/var/log/kirovy/json/kirovy_json.log",
+ "filename": "/var/log/kirovy/kirovy_json.log",
275
"maxBytes": ByteSized(mega=10).total_bytes,
276
"backupCount": 50,
277
"formatter": "json_formatter",
278
279
"flat_line_file": {
280
281
- "filename": "/var/log/kirovy/flat/kirovy_flat.log",
+ "filename": "/var/log/kirovy/kirovy_flat.log",
282
283
284
"formatter": "key_value",
0 commit comments