log to stdout

This commit is contained in:
Ivan Mikushin
2015-05-24 19:30:56 +05:00
parent 7dd0472394
commit 7198565e1e
+1 -1
View File
@@ -5876,7 +5876,7 @@ def main():
if len(sys.argv) == 1:
sys.exit(Usage())
LoggerInit('/var/log/waagent.log','/dev/console')
LoggerInit('/dev/stdout',None)
global LinuxDistro
LinuxDistro=DistInfo()[0]