Three bugfixes

* Removed Support Settings nav link
* SAAS-801: pypo log configuration files are overkill and must be removed
* CC-6043: CTRL-C doesn't work in pypo / airtime-playout
This commit is contained in:
Albert Santoni 2015-05-22 18:20:45 -04:00
parent 196e08fc90
commit 027adc7749
10 changed files with 35 additions and 126 deletions

View file

@ -11,11 +11,7 @@ import stat
from std_err_override import LogWriter
# configure logging
logging_cfg = "/etc/airtime/pypo_logging.cfg"
logging.config.fileConfig(logging_cfg)
logger = logging.getLogger()
LogWriter.override_std_err(logger)
CONFIG_PATH = '/etc/airtime/airtime.conf'
#need to wait for Python 2.7 for this..
#logging.captureWarnings(True)