Skip to content

Commit c315810

Browse files
committed
fix: flush_logger
1 parent 9546c98 commit c315810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_functions_worker/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def handle_sigterm(signum, frame):
103103

104104
loader.uninstall()
105105

106-
flush_logger()
106+
flush_logger(logger)
107107

108108
dispatcher.Dispatcher.stop()
109109
sys.exit(0) # Exit the program gracefully

0 commit comments

Comments
 (0)