1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

api: add missing logger

This commit is contained in:
Steffen Vogel 2019-01-21 10:34:45 +01:00
parent ffb27baee0
commit 667a62c874

View file

@ -45,6 +45,8 @@ protected:
const char *argv[] = { "villas-node", cfg, nullptr };
Logger logger = logging.get("api");
logger->info("Restart instance: config={}", cfg);
ret = execvp("/proc/self/exe", (char **) argv);