We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0b039 commit 7e90ad2Copy full SHA for 7e90ad2
1 file changed
nxc/logger.py
@@ -93,6 +93,7 @@ def __init__(self, extra=None):
93
rich_tracebacks=True,
94
tracebacks_show_locals=False
95
)],
96
+ encoding="utf-8"
97
)
98
self.logger = logging.getLogger("nxc")
99
self.extra = extra
0 commit comments