Sudheer Vinukonda created TS-3857:
-------------------------------------
Summary: suppress a logging related error message to Note to avoid
flooding.
Key: TS-3857
URL: https://issues.apache.org/jira/browse/TS-3857
Project: Traffic Server
Issue Type: Bug
Components: Logging
Reporter: Sudheer Vinukonda
After upgrading to 5.3.x from 5.0, one of our prod systems ran into an issue
with disk space filling up due to the flooding of the below error message into
syslogs.
{code}
{0x2aeac59d2700} ERROR: Failed to convert LogBuffer to ascii, have dropped
(552) bytes
{code}
This is an unfortunate sideaffect of the fix made in TS-2940, prior to which,
the defaults to error setting were not working correctly and ignoring the
logging to syslog output.
Also, should we change error defaults to "L" to ensure syslogs are not flooded
with the fix from TS-2940? Below are the current defaults, which did not work
correctly prior to TS-2940.
{code}
CONFIG proxy.config.diags.output.error STRING SL
CONFIG proxy.config.diags.output.fatal STRING SL
CONFIG proxy.config.diags.output.emergency STRING SL
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)