mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
feat: also write overridden journal output to stdout with prefix
This commit is contained in:
@@ -69,6 +69,7 @@ public:
|
||||
static std::mutex mtx;
|
||||
std::lock_guard lock(mtx);
|
||||
std::cerr << partition_ << ":" << text << std::endl;
|
||||
std::cout << "stdout: " << partition_ << ":" << text << std::endl;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user