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
Currently the log format in this module is hard-coded to timestamps as epoch rather than something readable (and easy to grep etc...).
https://github.com/thias/puppet-squid3/blob/master/manifests/params.pp#L53
The variable logformat can be used in squid.conf to set the log format as per https://github.com/thias/puppet-squid3/blob/master/templates/squid.conf.documented#L2258
logformat
Example:
logformat squid %tl.%03tu %6tr %>a %Ss/%03Hs % access_log /var/log/squid/access.log squid
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the log format in this module is hard-coded to timestamps as epoch rather than something readable (and easy to grep etc...).
https://github.com/thias/puppet-squid3/blob/master/manifests/params.pp#L53
The variable
logformat
can be used in squid.conf to set the log format as per https://github.com/thias/puppet-squid3/blob/master/templates/squid.conf.documented#L2258Example:
The text was updated successfully, but these errors were encountered: