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
|
||||
- version env variable for yarn
|
||||
- path argument error (https://github.com/ohmyform/ohmyform/issues/149)
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
@ -21,13 +21,13 @@ export const LoggerConfig: LoggerModuleParams = {
|
||||
serializers: {
|
||||
error: serializeError,
|
||||
},
|
||||
transport: {
|
||||
transport: process.env.NODE_ENV !== 'production' || process.env.CLI ? {
|
||||
options: {
|
||||
ignore: 'req,res,pid,hostname',
|
||||
translateTime: true,
|
||||
},
|
||||
target: process.env.NODE_ENV !== 'production' || process.env.CLI ? 'pino-pretty' : undefined,
|
||||
},
|
||||
target: 'pino-pretty',
|
||||
} : undefined,
|
||||
},
|
||||
exclude: [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user