Commit 1146d42
committed
fix: keep print() for "Reloading the server" message
This message is CLI-facing user feedback that must always be visible.
Since the Logger uses only a NullHandler, logger.info() will silently
drop the message if no handler is configured, which can happen during
the reload subprocess lifecycle.
Made-with: Cursor1 parent 2010cc6 commit 1146d42
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments