Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
octonet
Commits
a116f676
Verified
Commit
a116f676
authored
Jan 18, 2022
by
Marco Marinello
Browse files
Fix error in pipeline due to unexisting log dir
parent
d6649cd1
Pipeline
#172
failed with stage
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
octonet/settings.py
View file @
a116f676
...
...
@@ -177,7 +177,7 @@ LOGGING = {
'file'
:
{
'level'
:
'DEBUG'
,
'class'
:
'logging.handlers.TimedRotatingFileHandler'
,
'filename'
:
'/var/log/octonet/octonet.log'
,
'filename'
:
'/var/log/octonet/octonet.log'
if
os
.
path
.
isdir
(
'/var/log/octonet'
)
else
'octonet.log'
,
'when'
:
'midnight'
,
'backupCount'
:
365
,
'filters'
:
[
'require_debug_false'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment