add logging

This commit is contained in:
Ronny Abraham 2018-11-01 01:34:30 +02:00
parent 257de6483d
commit 8dab351ce6
2 changed files with 11 additions and 1 deletions

View file

@ -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',

View file

@ -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",
},
}