Skip to content

Commit

Permalink
temp disable logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiCompositeNumber committed Jun 4, 2020
1 parent c64b305 commit baac78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nolicense.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
logging.basicConfig(
format="%(asctime)s %(levelname)s:%(name)s:%(message)s",
level=logging.INFO,
filename="nolicense.log",
# filename="nolicense.log",
)
logging.getLogger("pywiki").setLevel(logging.INFO)
logger = logging.getLogger("NoLicense")
Expand Down

0 comments on commit baac78f

Please sign in to comment.