mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
Revert "feat: structured logging (JSON)" (#5175)
This commit is contained in:
parent
4829ad8c5d
commit
eca90a2b00
27 changed files with 239 additions and 186 deletions
|
@ -60,7 +60,7 @@ module.exports.apiKeySocketHandler = (socket) => {
|
|||
ok: true,
|
||||
});
|
||||
} catch (e) {
|
||||
log.error("apikeys", e);
|
||||
console.error(e);
|
||||
callback({
|
||||
ok: false,
|
||||
msg: e.message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue