We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
@mdiluz FYI ^
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: