Skip to content

Commit

Permalink
kafka/client/logger: Adds kcwire truncating_logger
Browse files Browse the repository at this point in the history
Signed-off-by: Oren Leiman <[email protected]>
  • Loading branch information
oleiman committed Dec 13, 2023
1 parent 7e88ca9 commit 06a4880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/v/kafka/client/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

#include <seastar/util/log.hh>

#include <utils/truncating_logger.h>

namespace kafka::client {
inline ss::logger kclog("kafka/client");
inline truncating_logger kcwire(kclog, 1048576);
} // namespace kafka::client

0 comments on commit 06a4880

Please sign in to comment.