Commit 812ede3e authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Reza Naghibi

Add a SLT_Notice VSL tag

This VSL tag will be used for informational messages related to
exceptional handling of requests.

Conflicts:
    doc/sphinx/reference/vsl.rst
parent ca507177
......@@ -661,6 +661,13 @@ SLTM(VCL_use, 0, "VCL in use",
"\n"
)
SLTM(Notice, 0, "Informational messages about request handling",
"Informational log messages on events occured during request"
" handling. Lines are prefixed with either [core] or [<VMOD name>]."
" See the NOTICE MESSAGES section below or the individual VMOD manual"
" pages for detailed information of notice messages.\n"
)
#undef NOSUP_NOTICE
#undef NODEF_NOTICE
#undef SLTM
......
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