diff --git a/package.json b/package.json index 1a7f586..2f358b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@extollo/lib", - "version": "0.9.30", + "version": "0.9.31", "description": "The framework library that lifts up your code.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/http/routing/Route.ts b/src/http/routing/Route.ts index c1b82bb..292a624 100644 --- a/src/http/routing/Route.ts +++ b/src/http/routing/Route.ts @@ -275,11 +275,11 @@ export class Route(Logging) - .verbose(`Extracting route - (potential: ${potential}, rP: ${JSON.stringify(routeParts)}, pP: ${JSON.stringify(potentialParts)})`) + .trace(`Extracting route - (potential: ${potential}, rP: ${JSON.stringify(routeParts)}, pP: ${JSON.stringify(potentialParts)})`) const params: any = {} let wildcardIdx = 0