Skip to content

Commit 447a202

Browse files
authored
Merge branch 'main' into 19404-running-concurrency-limit
2 parents 08d358c + 56693d4 commit 447a202

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/prefect/logging/logging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ handlers:
4343
level: 0
4444
class: prefect.logging.handlers.PrefectConsoleHandler
4545
formatter: standard
46+
stream: ext://sys.stderr
4647
styles:
4748
log.web_url: bright_blue
4849
log.local_url: bright_blue
@@ -69,6 +70,7 @@ handlers:
6970
level: 0
7071
class: logging.StreamHandler
7172
formatter: debug
73+
stream: ext://sys.stderr
7274

7375
worker_api:
7476
level: 0

0 commit comments

Comments
 (0)