mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Better log and less noise in prod mode
This commit is contained in:
parent
714b100d03
commit
cdefabf760
5 changed files with 46 additions and 20 deletions
|
@ -52,7 +52,7 @@ func mapControllers() {
|
|||
|
||||
func mapFilters() {
|
||||
var ValidateRequest = func(ctx *context.Context) {
|
||||
c := &api.BaseAPIController{}
|
||||
c := api.BaseAPIController{}
|
||||
c.Ctx = ctx
|
||||
api.Validate(c)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue