fix: prestartup Logger - add encoding method
This commit is contained in:
@@ -138,7 +138,10 @@ try:
|
||||
def reconfigure(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def encoding():
|
||||
return "utf-8"
|
||||
|
||||
|
||||
def close_log():
|
||||
log_file.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user