Skip to content

Commit

Permalink
Local logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Jul 15, 2013
1 parent 7d56c96 commit 9f9bc99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/mailpile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ from mailpile.app import Main
from mailpile.plugins import *

formatter = '[%(asctime)s] {%(module)s:%(lineno)d} %(levelname)s - %(message)s'
logging.basicConfig(filename="/Users/halldor/.mailpile/mailpile.log", level=logging.DEBUG, format=formatter)
logging.basicConfig(filename="mailpile-debug.log",
level=logging.DEBUG, format=formatter)

Main(sys.argv[1:])

0 comments on commit 9f9bc99

Please sign in to comment.