Skip to content

Commit

Permalink
Merge pull request #307 from jtpio/debug-flag
Browse files Browse the repository at this point in the history
Add --debug flag
  • Loading branch information
maartenbreddels authored Jul 26, 2019
2 parents a6ce644 + e0f1652 commit fa0dd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voila/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class Voila(Application):
examples = 'voila example.ipynb --port 8888'

flags = {
'debug': ({'Voila': {'log_level': logging.DEBUG}}, _("Set the log level to logging.DEBUG")),
'no-browser': ({'Voila': {'open_browser': False}}, _('Don\'t open the notebook in a browser after startup.'))
}

Expand Down

0 comments on commit fa0dd31

Please sign in to comment.