mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
13d43e8e71
commit
4cc6284eb4
5 changed files with 179 additions and 175 deletions
|
|
@ -20,6 +20,7 @@ const levelAbbreviations: Record<LogLevel, string> = {
|
|||
warning: "WRN",
|
||||
error: "ERR",
|
||||
fatal: "FTL",
|
||||
trace: "TRC",
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -31,6 +32,7 @@ const logLevelStyles: Record<LogLevel, (text: string) => string> = {
|
|||
warning: chalk.black.bgYellow,
|
||||
error: chalk.white.bgRed,
|
||||
fatal: chalk.white.bgRedBright,
|
||||
trace: chalk.white.bgBlue,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue