Skip to content
Snippets Groups Projects
Commit d0a76062 authored by Anton Sattarov's avatar Anton Sattarov :cucumber: Committed by Pavel Antonov
Browse files

fix(core): Исправлена ошибка при которой не логировались действия с пространствами

Close #PRXS-2609
parent 51517e17
No related branches found
No related tags found
No related merge requests found
Subproject commit 0c9587bc749ae4150552445173078ab5b36ef42c
Subproject commit 7a5f5018db5d7f84435e1f98a0e94cac9ddaa9ba
......@@ -21,7 +21,7 @@ func WithLog(s spaces.Spaces, logger *zap.Logger, log_access bool) spaces.Spaces
if log_access {
s = AccessLoggingMiddleware(logger)(s)
}
s = ErrorLoggingMiddleware(logger)(s)
s = LoggingMiddleware(logger)(s)
s = RecoveringMiddleware(logger)(s)
return s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment