Unverified Commit 1cf4ffd0 by Kevin Falcone Committed by GitHub

Merge pull request #4477 from edx/jibsheet/fix-service_variant-comment

Fix the comment to match the regexp
parents 0aa81e64 16e4e634
......@@ -26,7 +26,7 @@ auth,authpriv.* /var/log/auth.log
# Maybe one day this will be answered - http://stackoverflow.com/questions/10449447/how-to-avoid-syslogtag-from-rsyslog-template
$template tracking,"%syslogtag%%msg%\n"
# looks for [service_name=<name>] in the beginning of the log message,
# looks for [service_variant=<name>] in the beginning of the log message,
# if it exists the log will go into {{ COMMON_LOG_DIR }}/<name>/edx.log, otherwise
# it will go into {{ COMMON_LOG_DIR }}/edx.log
$template DynaFile,"{{ COMMON_LOG_DIR }}/%syslogtag:R,ERE,1,BLANK:\[service_variant=([a-zA-Z_-]*)\].*--end%/edx.log"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment