Skip to content

Commit

Permalink
Add debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 15, 2019
1 parent 19c3f8c commit e0f1652
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 e0f1652

Please sign in to comment.