[#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:
Leonard Lyubich 2022-10-20 13:50:02 +04:00 committed by fyrchik
parent 8bba490c30
commit 7b418c36b4
3 changed files with 13 additions and 4 deletions

View file

@ -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,
),
),