You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably surprising to customers that logs are being delivered to this directory, and the logs are not rotated.
The least surprising behavior would be to emit no logs to a file in --foreground mode, and allow it to be configured by customers using the existing --log-directory <path> option. We need to determine a good default for running in the background also - perhaps no logs today.
dannycjones
changed the title
Default logging configuration
Remove default logging to file by default
Jul 13, 2023
* Allow users to create Notifier objects when handling requests
* Pass a Notifier to poll() implementations
This allows filesystems to respond directly to poll requests without
having saved a notifier at session creation time.
Logging to a file was configured in #39. By default, it logs to
~/.mountpoint-s3/
.In this issue, we'd like to consider what the default logging configuration should be to be unsurprising and safe for customers.
The text was updated successfully, but these errors were encountered: