Skip to content

Commit

Permalink
another location of the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrss committed Jan 15, 2020
1 parent ac96a7d commit 8fcbe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nb2workflow/nbadapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from nb2workflow import logstash
logstasher = logstash.LogStasher()
except Exception as e:
logger.warning("unable to setup logstash %s",repr(e))
logger.debug("unable to setup logstash %s",repr(e))

logstasher = None

Expand Down

0 comments on commit 8fcbe0a

Please sign in to comment.