Skip to content

Commit 63191ec

Browse files
authored
fix: log folders (#42)
1 parent 3d4df03 commit 63191ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kirovy/settings/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@
271271
},
272272
"json_file": {
273273
"class": "logging.handlers.RotatingFileHandler",
274-
"filename": "/var/log/kirovy/json/kirovy_json.log",
274+
"filename": "/var/log/kirovy/kirovy_json.log",
275275
"maxBytes": ByteSized(mega=10).total_bytes,
276276
"backupCount": 50,
277277
"formatter": "json_formatter",
278278
},
279279
"flat_line_file": {
280280
"class": "logging.handlers.RotatingFileHandler",
281-
"filename": "/var/log/kirovy/flat/kirovy_flat.log",
281+
"filename": "/var/log/kirovy/kirovy_flat.log",
282282
"maxBytes": ByteSized(mega=10).total_bytes,
283283
"backupCount": 50,
284284
"formatter": "key_value",

0 commit comments

Comments
 (0)