[#1183] node: Init notificator on startup

It uses logger as a notification writer. NATS messaging will be implemented
later.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-02-17 15:43:09 +03:00 committed by LeL
parent 46cf15f03c
commit 03b601b594
3 changed files with 132 additions and 2 deletions

View file

@ -80,6 +80,7 @@ func initApp(c *cfg) {
initProfiler(c)
initMetrics(c)
initControlService(c)
initNotification(c)
fatalOnErr(c.cfgObject.cfgLocalStorage.localStorage.Open())
fatalOnErr(c.cfgObject.cfgLocalStorage.localStorage.Init())