scanpy._settings.ScanpyConfig.logfile
- property ScanpyConfig.logfile: TextIO
The open file to write logs to.
Set it to a
Pathorstrto open a new one. The defaultNonecorresponds tosys.stdoutin jupyter notebooks and tosys.stderrotherwise.For backwards compatibility, setting it to
''behaves like setting it toNone.