So here's a small example of some logging output while using the tracing library.
{"timestamp":"2024-03-01T00:00:08.088700Z","level":"DEBUG","fields":{"message":"../cpaasd/src/framework/ EndpointRegistry.cpp(165) Dumping endpoints to: /apps/cpaasd/data/Endpoints.csv"},"target":"log"}
{"timestamp":"2024-03-01T00:00:08.180759Z","level":"DEBUG","fields":{"message":"../../common/network/CommandReactor. cpp(104) Sending response:\nfile {'/apps/cpaasd/data/Endpoints.csv'}\nstatus {'ok'}\n"},"target":"log"}
So using error!, warn!, info! etc ... There's the fields : {message: by default. Is there a way for me to add another attribute in the logging message along with logging output?