error in path argument for startup
https://github.com/ohmyform/ohmyform/issues/149
This commit is contained in:
parent
f59deda588
commit
21d0a3257b
@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
- env list in doc
|
- env list in doc
|
||||||
- version env variable for yarn
|
- version env variable for yarn
|
||||||
|
- path argument error (https://github.com/ohmyform/ohmyform/issues/149)
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
|||||||
@ -21,13 +21,13 @@ export const LoggerConfig: LoggerModuleParams = {
|
|||||||
serializers: {
|
serializers: {
|
||||||
error: serializeError,
|
error: serializeError,
|
||||||
},
|
},
|
||||||
transport: {
|
transport: process.env.NODE_ENV !== 'production' || process.env.CLI ? {
|
||||||
options: {
|
options: {
|
||||||
ignore: 'req,res,pid,hostname',
|
ignore: 'req,res,pid,hostname',
|
||||||
translateTime: true,
|
translateTime: true,
|
||||||
},
|
},
|
||||||
target: process.env.NODE_ENV !== 'production' || process.env.CLI ? 'pino-pretty' : undefined,
|
target: 'pino-pretty',
|
||||||
},
|
} : undefined,
|
||||||
},
|
},
|
||||||
exclude: [
|
exclude: [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user