mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Remove bloat in logs, remove -o flag in entrypoint
This commit is contained in:
parent
939d93bfda
commit
402c3ad926
2 changed files with 3 additions and 3 deletions
|
|
@ -30,9 +30,9 @@ export class LogManager {
|
|||
private enableColors = false,
|
||||
private prettyDates = false,
|
||||
) {
|
||||
void this.write(
|
||||
/* void this.write(
|
||||
`--- INIT LogManager at ${new Date().toISOString()} ---`,
|
||||
);
|
||||
); */
|
||||
}
|
||||
|
||||
getLevelColor(level: LogLevel) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue