Skip to content

Commit 1cca661

Browse files
committed
added logging comment
1 parent b9440ff commit 1cca661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rasa/cli/x.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def _rasa_service(
5555
"""Starts the Rasa application."""
5656
from rasa.core.run import serve_application
5757

58+
# needs separate logging configuration as it is started in its own process
5859
logging.basicConfig(level=args.loglevel)
5960
io_utils.configure_colored_logging(args.loglevel)
6061
logging.getLogger("apscheduler").setLevel(logging.WARNING)

0 commit comments

Comments
 (0)