forked from TrueCloudLab/frostfs-node
[#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:
parent
46cf15f03c
commit
03b601b594
3 changed files with 132 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue