DEV Community

Discussion on: Integrate logging into your C++ Project. Do it right — do it once!

Collapse
 
ld100 profile image
Alexander Lockshyn

configuration from config file and trace filtering from config
log rotation support

That's nice to have, but I'd say both are nearly useless, when your apps are designed to run inside Docker :)

Meanwhile what about structured logging with extra data in C/CPP? I assumes logs designed primarily to be read and parsed by other software, not read line by line by a person.

BTW, do you experience issues because of having too much logging? :)