Skip to content
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

CLOUD-2049 Improved AccessLogValve #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bdecoste
Copy link

@bdecoste bdecoste commented Oct 9, 2017

Thanks for submitting your Pull Request!

Please make sure your PR meets following requirements:

  • Pull Request title is properly formatted: [CLOUD-XYA] Subject
  • Pull Request contains link to the JIRA issue
  • Pull Request contains description of the issue
  • Pull request does not include fixes for other issues than the main ticket
  • Attached commits represent unit of work and are properly formatted
  • You have read and agreed to the Developer Certificate of Origin (DCO) (see CONTRIBUTING.md)
  • Every commit contains Signed-off-by: Your Name <[email protected]> - use git commit -s

<param param-name=\"pattern\" param-value=\"%h %l %u %t %{forwarded}i \&quot;%r\&quot; %s %b\" />\n \
<param param-name=\"directory\" param-value=\"/proc/self/fd\" />\n \
<param param-name=\"rotatable\" param-value=\"false\" />\n \
<param param-name=\"prefix\" param-value=\"1\" />\n \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this will lead to corruption in the messages at some point, depending on how they are buffered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants