Is it process safe?
Author: pyh007Created Aug 1, 2023Updated Aug 23, 2026
Labelsquestion
Is it process safe? For example, when uwsgi multi-process startup is used by my flask program, will there be log loss when the log file is rotated? I am worried that multiple processes will Rotate.
Source: Delgan/loguru