syslogify logs

This commit is contained in:
Francesco Mazzoli
2023-05-29 09:50:47 +00:00
parent 5428b33922
commit a12a938c40
16 changed files with 161 additions and 84 deletions
+1
View File
@@ -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);