We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9440ff commit 1cca661Copy full SHA for 1cca661
rasa/cli/x.py
@@ -55,6 +55,7 @@ def _rasa_service(
55
"""Starts the Rasa application."""
56
from rasa.core.run import serve_application
57
58
+ # needs separate logging configuration as it is started in its own process
59
logging.basicConfig(level=args.loglevel)
60
io_utils.configure_colored_logging(args.loglevel)
61
logging.getLogger("apscheduler").setLevel(logging.WARNING)
0 commit comments