Problem Description
Since log records contain the format-string and usually the source file location string there is quite some potential to compress the record containers.
Proposed Solution
Implement CBOR stringref tagging for file_sinks. The basic_sink_frontend/sink_frontend_base should transparently transcode the messages flowing through them.
Decoding such record container files, however, will require decoding support for stringref tags from deeppack.
Additional Context
Problem Description
Since log records contain the format-string and usually the source file location string there is quite some potential to compress the record containers.
Proposed Solution
Implement CBOR stringref tagging for
file_sinks. Thebasic_sink_frontend/sink_frontend_baseshould transparently transcode the messages flowing through them.Decoding such record container files, however, will require decoding support for stringref tags from deeppack.
Additional Context