feat: use info level for access log to the collaboration service
This commit is contained in:
@@ -44,7 +44,7 @@ func Server(opts ...Option) (http.Service, error) {
|
||||
options.Config.Service.Name+"."+options.Config.App.Name,
|
||||
version.GetString(),
|
||||
),
|
||||
middleware.Logger(
|
||||
colabmiddleware.AccessLog(
|
||||
options.Logger,
|
||||
),
|
||||
middleware.ExtractAccountUUID(
|
||||
|
||||
Reference in New Issue
Block a user