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:
parent
196e08fc90
commit
027adc7749
10 changed files with 35 additions and 126 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue