Commit 87a22a2f authored by Marco Buttu's avatar Marco Buttu
Browse files

It will be executed on nuraghe-obs1

parent a64aa046
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -23,8 +23,10 @@ for line in running_processes.split('\n'):
        print '%s already running, everything is OK' % process
        sys.exit(0)

LOGDIR = os.path.join(os.getenv('HOME'), 'logs', 'receivers')
FILENAME = os.path.join(LOGDIR, 'receivers.log')
logging.basicConfig(
    filename='/home/gavino/logs/receivers.log',
    filename=FILENAME,
    format='%(asctime)s\t%(message)s')

common_receiver_properties = (