MINOR: log: make log-format expressions completely usable outside of req/resp

The log-format strings are usable at plenty of places, but the expressions
using %[] were restricted to request or response context and nothing else.
This prevents from using them from the config context or the CLI, let's
relax this.
1 file changed