Open
Description
Is it possible to add some help about what different field specifiers means in config dialog?
For example, these are some lines from Heroku logs, and I need to know how to build up a log format string for them without opening a browser page and googling for examples with explanations.
2021-04-15T00:25:48.174835+00:00 heroku[router]: at=info method=GET path="/" host=zapros.opendata.by request_id=f78d36ef-bedd-4e33-ad94-d60ebd2015ca fwd="104.215.195.212" dyno=web.1 connect=4ms service=1206ms status=200 bytes=154033 protocol=http
2021-04-15T00:25:48.849271+00:00 app[web.1]: 10.9.234.244 - - [15/Apr/2021:00:25:48 +0000] "GET /wp-includes/wlwmanifest.xml HTTP/1.1" 404 232 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36"
2021-04-15T00:25:48.849611+00:00 heroku[router]: at=info method=GET path="/wp-includes/wlwmanifest.xml" host=zapros.opendata.by request_id=4d4de218-a624-4f82-a027-4eb9ff9c7364 fwd="104.215.195.212" dyno=web.1 connect=4ms service=11ms status=404 bytes=385 protocol=http
2021-04-15T00:25:49.100291+00:00 heroku[router]: at=info method=GET path="/xmlrpc.php?rsd" host=zapros.opendata.by request_id=1465a29a-b39a-4915-b6ba-3e043ccf43a0 fwd="104.215.195.212" dyno=web.1 connect=1ms service=20ms status=404 bytes=385 protocol=http
2021-04-15T00:25:49.108931+00:00 app[web.1]: 10.9.234.244 - - [15/Apr/2021:00:25:49 +0000] "GET /xmlrpc.php?rsd HTTP/1.1" 404 232 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36"
2021-04-15T00:25:49.933528+00:00 app[web.1]: 10.9.234.244 - - [15/Apr/2021:00:25:49 +0000] "GET / HTTP/1.1" 200 153869 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36"