dev: log actor uid with created wisp tokens

This commit is contained in:
KernelDeimos
2025-06-03 16:27:53 -04:00
parent bdbe773ff2
commit 20ba064181

View File

@@ -47,6 +47,10 @@ class WispService extends BaseService {
}, {
expiresIn: '1d',
});
this.log.info(`creating wisp token`, {
actor: actor.uid,
token: token,
});
res.json({
token,
server: this.config.server,