@lark-apaas/nestjs-logger 0.1.0-alpha.10 → 0.1.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14831,7 +14831,7 @@ var LoggingInterceptor = class {
|
|
|
14831
14831
|
const path = req.path;
|
|
14832
14832
|
this.requestContext.setContext({
|
|
14833
14833
|
method,
|
|
14834
|
-
path
|
|
14834
|
+
path
|
|
14835
14835
|
});
|
|
14836
14836
|
const startedAt = Date.now();
|
|
14837
14837
|
const baseMeta = {
|