try a tab, for fun

This commit is contained in:
Seth Vidal 2013-07-01 17:57:16 +00:00
parent 655b0d9b7b
commit ad4a9c04b9

View file

@ -22,7 +22,7 @@ from ansible import utils
TIME_FORMAT="%b %d %Y %H:%M:%S"
MSG_FORMAT="%(now)s - %(count)s - %(category)s - %(name)s - %(data)s\n"
MSG_FORMAT="%(now)s\t%(count)s\t%(category)s\t%(name)s\t%(data)s\n"
LOG_PATH = '/var/log/ansible'