forked from TrueCloudLab/frostfs-node
[#1930] services/session: Log calling Create
RPC
There is a need to check if session is opened during system testing/debug. Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
This commit is contained in:
parent
8bba490c30
commit
7b418c36b4
3 changed files with 13 additions and 4 deletions
|
@ -54,9 +54,7 @@ func initSessionService(c *cfg) {
|
|||
sessionSvc.NewSignService(
|
||||
&c.key.PrivateKey,
|
||||
sessionSvc.NewResponseService(
|
||||
sessionSvc.NewExecutionService(
|
||||
c.privateTokenStore,
|
||||
),
|
||||
sessionSvc.NewExecutionService(c.privateTokenStore, c.log),
|
||||
c.respSvc,
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue