add logging
This commit is contained in:
parent
257de6483d
commit
8dab351ce6
2 changed files with 11 additions and 1 deletions
|
|
@ -584,6 +584,16 @@ def edit(param='help'):
|
|||
'desc': "gunicorn.conf file in scripts/conf/gunicorn/build"
|
||||
},
|
||||
|
||||
'gunicorn.log.error': {
|
||||
'path': configuration.logging.gunicorn.error,
|
||||
'desc': "gunicorn error log file",
|
||||
},
|
||||
|
||||
'gunicorn.log.access': {
|
||||
'path': configuration.logging.gunicorn.access,
|
||||
'desc': "gunicorn error log file",
|
||||
},
|
||||
|
||||
'settings': {
|
||||
'path': settings_path,
|
||||
'desc': 'main settings file for django project',
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ def edit(param='help'):
|
|||
},
|
||||
|
||||
'log.access': {
|
||||
'path': configuration.logging.nxing.access,
|
||||
'path': configuration.logging.nginx.access,
|
||||
'desc': "nginx access log file",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue