Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.1.1, 6.1.2
-
None
Description
from PySide6 import QtWidgets import logging logging.basicConfig(filename='example.log') logging.error('should log to file')
This code logs to a file with PySide<=6.1.0 but does not with 6.1.1/6.1.2
Attachments
Issue Links
- duplicates
-
PYSIDE-1614 Python Logging is configured by default on PySide6
- Closed