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 982af34 commit 5347e37Copy full SHA for 5347e37
pkg/pyproject.toml
@@ -17,7 +17,7 @@ namespaces = true
17
# ----------------------------------------- Project Metadata -------------------------------------
18
#
19
[project]
20
-version = "0.0.0.dev93"
+version = "0.0.0.dev94"
21
name = "LoggerMan"
22
dependencies = [
23
"MDit == 0.0.0.dev63",
pkg/src/loggerman/logger.py
@@ -190,6 +190,7 @@ def process_exit_code():
190
color_system="truecolor" if in_github else "auto",
191
force_terminal=True if in_github else None,
192
width=88 if in_github else None,
193
+ stderr=True,
194
)
195
elif isinstance(console_config, dict):
196
console_config = _mdit.target.rich.ConsoleConfig(**console_config)
0 commit comments