Fix to setuptools deployment of pyponotify and liquidsoap

This commit is contained in:
Duncan Sommerville 2015-01-28 15:09:13 -05:00
parent 45309bb605
commit b673017bfd
5 changed files with 9 additions and 22 deletions

View file

@ -51,7 +51,7 @@ parser.add_option("-n", "--liquidsoap-started", help="notify liquidsoap started"
(options, args) = parser.parse_args()
# configure logging
logging.config.fileConfig("notify_logging.cfg")
logging.config.fileConfig('/etc/airtime/notify_logging.cfg')
logger = logging.getLogger('notify')
LogWriter.override_std_err(logger)