Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
d0a76062
Commit
d0a76062
authored
11 months ago
by
Anton Sattarov
Committed by
Pavel Antonov
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(core): Исправлена ошибка при которой не логировались действия с пространствами
Close #PRXS-2609
parent
51517e17
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
perxis-proto
+1
-1
1 addition, 1 deletion
perxis-proto
pkg/spaces/middleware/middleware.go
+1
-1
1 addition, 1 deletion
pkg/spaces/middleware/middleware.go
with
2 additions
and
2 deletions
perxis-proto
@
7a5f5018
Compare
0c9587bc
...
7a5f5018
Subproject commit
0c9587bc749ae4150552445173078ab5b36ef42c
Subproject commit
7a5f5018db5d7f84435e1f98a0e94cac9ddaa9ba
This diff is collapsed.
Click to expand it.
pkg/spaces/middleware/middleware.go
+
1
−
1
View file @
d0a76062
...
...
@@ -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
=
Error
LoggingMiddleware
(
logger
)(
s
)
s
=
LoggingMiddleware
(
logger
)(
s
)
s
=
RecoveringMiddleware
(
logger
)(
s
)
return
s
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment