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:
parent
ffb27baee0
commit
667a62c874
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue