Skip to content

Commit

Permalink
attempting to fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhsieh committed Nov 6, 2019
1 parent 8f5b48a commit 2e60c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jake/__main__.py
Expand Up @@ -45,6 +45,7 @@ def main():
parser.add_argument(
'-C', '--clean', help="wipe out jake cache", action='store_true')
args = parser.parse_args()
logging.basicConfig(level=logging.NOTSET)
log = logging.getLogger('jake')

if args.snake:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -3,6 +3,6 @@ chardet==3.0.4
idna==2.8
python-dateutil==2.8.1
requests==2.22.0
six==1.13.0
six==1.12.0
tinydb==3.15.1
urllib3==1.25.6

0 comments on commit 2e60c3d

Please sign in to comment.