We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bc5a3 commit dd1b0b2Copy full SHA for dd1b0b2
azure_functions_worker/logging.py
@@ -19,8 +19,6 @@
19
handler: Optional[logging.Handler] = None
20
error_handler: Optional[logging.Handler] = None
21
22
-local_handler = logging.FileHandler('log.txt')
23
-logging.getLogger().addHandler(local_handler)
24
25
def setup(log_level, log_destination):
26
# Since handler and error_handler are moved to the global scope,
0 commit comments