Add application name placeholder to log format

This commit is contained in:
Julien Riou 2019-02-16 15:01:48 +01:00
commit 3f2b1d86f3
No known key found for this signature in database
GPG key ID: BA3E15176E45E85D
3 changed files with 26 additions and 20 deletions

View file

@ -104,6 +104,7 @@ The following placeholders are available to format log messages using `log-forma
* `%s`: state
* `%m`: state duration
* `%q`: query
* `%a`: application name
# License
`pgterminate` is released under [The Unlicense](LICENSE) license. Code is under public domain.