Skip to content

Commit

Permalink
Output log to file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn committed Jul 26, 2012
1 parent ae30a9a commit 3de6f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions printer.py
Expand Up @@ -9,6 +9,7 @@
import logging import logging


logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
logger.basicConfig(filename='printer.log')


from optparse import OptionParser from optparse import OptionParser


Expand Down

0 comments on commit 3de6f13

Please sign in to comment.