CC-2169 : All logging should go to /var/log

moving pypo/recorder logs to folder /var/log/airtime
This commit is contained in:
Naomi 2011-04-14 16:03:23 -04:00
parent 6899dca0a3
commit e5f2e8d044
6 changed files with 10 additions and 10 deletions

View file

@ -80,9 +80,9 @@ try:
os.system("chown -R pypo:pypo /home/pypo/Music")
print "Creating log directories"
create_path("/var/log/recorder")
os.system("chmod -R 755 /var/log/recorder")
os.system("chown -R pypo:pypo /var/log/recorder")
create_path("/var/log/airtime/recorder")
os.system("chmod -R 755 /var/log/airtime/recorder")
os.system("chown -R pypo:pypo /var/log/airtime/recorder")
create_path(BASE_PATH)
create_path(BASE_PATH+"bin")