@wraps.dev/cli 2.17.17 → 2.17.18
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/cli.js
CHANGED
|
@@ -31999,7 +31999,8 @@ async function startConsoleServer(config2) {
|
|
|
31999
31999
|
next();
|
|
32000
32000
|
});
|
|
32001
32001
|
app.use((req, _res, next) => {
|
|
32002
|
-
|
|
32002
|
+
const logUrl = req.url.replace(/([?&])token=[^&]+/g, "$1token=***");
|
|
32003
|
+
console.log(`[${(/* @__PURE__ */ new Date()).toISOString()}] ${req.method} ${logUrl}`);
|
|
32003
32004
|
next();
|
|
32004
32005
|
});
|
|
32005
32006
|
app.use(
|