Open bobf opened 1 month ago
Running in non-interactive Docker (i.e. without -it) causes logger to fail when attempting to sync output.
-it
Check to see if log file is a real file on disk before trying to call sync, instead of relying on isTty() being false to decide whether to sync.
isTty()
@mdiluz FYI ^
Running in non-interactive Docker (i.e. without
-it
) causes logger to fail when attempting to sync output.Check to see if log file is a real file on disk before trying to call sync, instead of relying on
isTty()
being false to decide whether to sync.