@@ -348,7 +348,7 @@ func ProcessImageContextFromPath(logger *zap.Logger, pathParams string, config *
348348 return false , fiber .StatusBadRequest , nil , derr
349349 }
350350 sanitized , serr := sanitizeLocation (decodedLocation )
351- logger .Debug ("sanitized location" , zap .String ("sanitized" , sanitized ), zap .String ("decodedLocation" , decodedLocation ))
351+ logger .Info ("sanitized location" , zap .String ("sanitized" , sanitized ), zap .String ("decodedLocation" , decodedLocation ))
352352
353353 if serr != nil {
354354 return false , fiber .StatusBadRequest , nil , serr
@@ -444,7 +444,7 @@ func ProcessImageContext(logger *zap.Logger, c *fiber.Ctx, config *config.Config
444444 }
445445
446446 sanitized , serr := sanitizeLocation (decodedLocation )
447- logger .Debug ("sanitized location" , zap .String ("sanitized" , sanitized ), zap .String ("decodedLocation" , decodedLocation ))
447+ logger .Info ("sanitized location" , zap .String ("sanitized" , sanitized ), zap .String ("decodedLocation" , decodedLocation ))
448448
449449 if serr != nil {
450450 return false , fiber .StatusBadRequest , serr , nil
0 commit comments