Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
a2d69a0f
Commit
a2d69a0f
authored
Feb 14, 2012
by
root
Browse files
Add file logger.
parent
4c67029f
Changes
1
Show whitespace changes
Inline
Side-by-side
astakos/settings.py
View file @
a2d69a0f
...
...
@@ -121,6 +121,10 @@ LOGGING_SETUP = {
'class'
:
'logging.StreamHandler'
,
'formatter'
:
'verbose'
},
'file'
:
{
'class'
:
'logging.FileHandler'
,
'formatter'
:
'verbose'
},
},
'loggers'
:
{
'astakos'
:
{
...
...
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