Skip to content

Commit

Permalink
Remove redundant Dash log info (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Aug 5, 2020
1 parent 3dccfd3 commit bcde365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_config/templates/webviz_template.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# This file was generated by {{ author }} on {{ current_date }}.

import logging
import logging.config
import threading
import datetime
import os.path as path
Expand Down Expand Up @@ -40,6 +39,7 @@ theme = webviz_config.WebvizConfigTheme("{{ theme_name }}")
theme.from_json((Path(__file__).resolve().parent / "theme_settings.json").read_text())

app = dash.Dash(__name__, external_stylesheets=theme.external_stylesheets)
app.logger.setLevel(logging.WARNING)
server = app.server

app.title = "{{ title }}"
Expand Down

0 comments on commit bcde365

Please sign in to comment.