Skip to content

Commit

Permalink
chore(timeseries): reduce logging level
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sanjayankur31 committed Oct 23, 2024
1 parent 24a1b69 commit b7b8104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyneuroml/plot/PlotTimeSeries.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from pyneuroml.utils.cli import build_namespace

logger = logging.getLogger(__name__)
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.WARNING)


TIME_SERIES_PLOTTER_DEFAULTS = {"offset": False}
Expand Down

0 comments on commit b7b8104

Please sign in to comment.