Skip to content

Commit

Permalink
add log file
Browse files Browse the repository at this point in the history
  • Loading branch information
carfly committed Sep 9, 2013
1 parent 8013241 commit c1704b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import logging
logging.basicConfig(
#filename='ltp_monitor.log',
filename='ltp_monitor.log',
format='[%(levelname)s] %(asctime)s : %(message)s',
level=logging.INFO)

Expand Down

0 comments on commit c1704b2

Please sign in to comment.