Commit 3016d690 authored by Antoine Catton's avatar Antoine Catton Committed by Romain Courteaud

Minor: print prettier log with simplelogger

parent 9a69fe9d
......@@ -33,7 +33,8 @@ def log(args):
prefix = time.strftime('%Y-%m-%d.%H:%M.%s:')
with open(args['filename'], 'aw') as logfile:
for line in sys.stdin:
print >> logfile, prefix, line
print >> logfile, prefix, line,
print >> logfile, prefix, '------------------------'
class Recipe(GenericBaseRecipe):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment