mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-08 05:12:56 -05:00
syslogify logs
This commit is contained in:
@@ -9,6 +9,7 @@ struct CDCOptions {
|
||||
std::string shuckleHost = "";
|
||||
uint16_t shucklePort = 0;
|
||||
std::array<uint8_t, 4> ownIp = {0, 0, 0, 0};
|
||||
bool syslog = false;
|
||||
};
|
||||
|
||||
void runCDC(const std::string& dbDir, const CDCOptions& options);
|
||||
Reference in New Issue
Block a user