-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
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
Improve clarity of LOGGING.md for --log-directory
argument
#558
Conversation
Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But then should we add these commands for all the examples like --debug
?
…alctl` Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
I don't think so. The main thing I wanted to do is make sure we make it clear we are talking about I added a small note above my previous changes just now, but after the main |
Description of change
It wasn't clear before that the
--log-directory <DIR>
argument should be used withmount-s3
, with some trying to use it instead withjournalctl
.Primarily, this adds an example to make it clear.
Relevant issues: N/A
Does this change impact existing behavior?
No.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).