Fix issue #AC-1269

- Only enable graphviz task graph generation in debug mode
- Define an appropriate place for the tower cycle file

Conflicts:
	awx/settings/production.py
This commit is contained in:
Matthew Jones
2014-05-12 14:42:57 -04:00
parent a19f388e2d
commit e2d33522d2
4 changed files with 10 additions and 5 deletions

View File

@@ -40,6 +40,8 @@ INTERNAL_API_URL = 'http://127.0.0.1:80'
# This directory should not be web-accessible
JOBOUTPUT_ROOT = '/var/lib/awx/job_status/'
The heartbeat file for the tower scheduler
SCHEDULE_METADATA_LOCATION = '/var/lib/awx/.tower_cycle'
LOGGING['handlers']['rotating_file'] = {
'level': 'WARNING',