mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Logging
This commit is contained in:
parent
b30dd98f73
commit
b92d8256a4
2 changed files with 5 additions and 1 deletions
|
|
@ -104,7 +104,9 @@ export class LogManager {
|
|||
|
||||
string += `${stringified}\n`;
|
||||
} catch {
|
||||
string += ` [Invalid JSON] (raw: ${await req.text()})\n`;
|
||||
string += ` [Invalid JSON] (raw: ${await req
|
||||
.clone()
|
||||
.text()})\n`;
|
||||
}
|
||||
} else if (
|
||||
content_type &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue