Error with Master pino creahes changed to pino-pretty
This commit is contained in:
parent
bd45062080
commit
67c8a9cbd1
6 changed files with 3 additions and 5 deletions
|
|
@ -96,7 +96,6 @@ async function handleOtp(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inputs[0].focus();
|
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;
|
return page;
|
||||||
}, { bypass_auth: true })
|
}, { bypass_auth: true })
|
||||||
|
|
||||||
|
|
||||||
addRoute('/with_title/:title', (_: string, args: RouteHandlerParams) => {
|
addRoute('/with_title/:title', (_: string, args: RouteHandlerParams) => {
|
||||||
setTitle(args.title)
|
setTitle(args.title)
|
||||||
console.log(`title should be '${args.title}'`);
|
console.log(`title should be '${args.title}'`);
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ const start = async () => {
|
||||||
const envToLogger = {
|
const envToLogger = {
|
||||||
development: {
|
development: {
|
||||||
transport: {
|
transport: {
|
||||||
target: 'pino',
|
target: 'pino-pretty',
|
||||||
options: {
|
options: {
|
||||||
translateTime: 'HH:MM:ss Z',
|
translateTime: 'HH:MM:ss Z',
|
||||||
ignore: 'pid,hostname',
|
ignore: 'pid,hostname',
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ const start = async () => {
|
||||||
const envToLogger = {
|
const envToLogger = {
|
||||||
development: {
|
development: {
|
||||||
transport: {
|
transport: {
|
||||||
target: 'pino',
|
target: 'pino-pretty',
|
||||||
options: {
|
options: {
|
||||||
translateTime: 'HH:MM:ss Z',
|
translateTime: 'HH:MM:ss Z',
|
||||||
ignore: 'pid,hostname',
|
ignore: 'pid,hostname',
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ const start = async () => {
|
||||||
const envToLogger = {
|
const envToLogger = {
|
||||||
development: {
|
development: {
|
||||||
transport: {
|
transport: {
|
||||||
target: 'pino',
|
target: 'pino-pretty',
|
||||||
options: {
|
options: {
|
||||||
translateTime: 'HH:MM:ss Z',
|
translateTime: 'HH:MM:ss Z',
|
||||||
ignore: 'pid,hostname',
|
ignore: 'pid,hostname',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue