In order to allow for conformance to a corporate logging standard, it would be helpful to allow renaming the default log fields in a configuration block of some sort.
For example, Usually, I need to write log_lvl with the key level and log_msg with the key msg. While I can do that now by adding those keys at the end, it seems I'll I end up having extra keys I don't use.
In order to allow for conformance to a corporate logging standard, it would be helpful to allow renaming the default log fields in a configuration block of some sort.
For example, Usually, I need to write
log_lvlwith the keylevelandlog_msgwith the keymsg. While I can do that now by adding those keys at the end, it seems I'll I end up having extra keys I don't use.