Error with Master pino creahes changed to pino-pretty
This commit is contained in:
parent
bd45062080
commit
76465732d1
6 changed files with 3 additions and 5 deletions
|
|
@ -96,7 +96,6 @@ async function handleOtp(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
inputs[0].focus();
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
frontend/src/pages/root/pong_box_image.png
Normal file
BIN
frontend/src/pages/root/pong_box_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -11,7 +11,6 @@ addRoute('/', async (_: string): Promise<string> => {
|
|||
return page;
|
||||
}, { bypass_auth: true })
|
||||
|
||||
|
||||
addRoute('/with_title/:title', (_: string, args: RouteHandlerParams) => {
|
||||
setTitle(args.title)
|
||||
console.log(`title should be '${args.title}'`);
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ const start = async () => {
|
|||
const envToLogger = {
|
||||
development: {
|
||||
transport: {
|
||||
target: 'pino',
|
||||
target: 'pino-pretty',
|
||||
options: {
|
||||
translateTime: 'HH:MM:ss Z',
|
||||
ignore: 'pid,hostname',
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ const start = async () => {
|
|||
const envToLogger = {
|
||||
development: {
|
||||
transport: {
|
||||
target: 'pino',
|
||||
target: 'pino-pretty',
|
||||
options: {
|
||||
translateTime: 'HH:MM:ss Z',
|
||||
ignore: 'pid,hostname',
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ const start = async () => {
|
|||
const envToLogger = {
|
||||
development: {
|
||||
transport: {
|
||||
target: 'pino',
|
||||
target: 'pino-pretty',
|
||||
options: {
|
||||
translateTime: 'HH:MM:ss Z',
|
||||
ignore: 'pid,hostname',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue