Comment 0 for bug 1842317

Revision history for this message
Ondrej Duchon (duchonondrej) wrote : Use FluentFormatter and FluentHandler for logging

Hello,

I would like to use FluentFormatter and FluentHandler for logging instead of simple writting into log file and reading by Fluent agent.

My idea is allow to override logging.conf and add there line:
log_config_append = "/etc/<projekt>/logging.conf"

For example if logging.conf is present in custom config folder (with changes), merge of original config and custom config will be done.