microsoft/picologging

FileHandler doesnt handle errors argument

Closed this issue · 0 comments

https://docs.python.org/3/library/logging.handlers.html#logging.FileHandler

In CPython, the errors argument is saved on the instance and passed to the file open command. Picologging does pass errors to the FileHandler constructor but then does nothing with it. Is this an intentional difference? Seems like it'd be a relatively straightforward PR.