fix(issues): support hidden issue flows and filter hidden activity
This commit is contained in:
@@ -19,7 +19,7 @@ export const logger = pino({
|
||||
targets: [
|
||||
{
|
||||
target: "pino-pretty",
|
||||
options: { ...sharedOpts, ignore: "pid,hostname,req,res", hideObject: true, colorize: true, destination: 1 },
|
||||
options: { ...sharedOpts, ignore: "pid,hostname,req,res", colorize: true, destination: 1 },
|
||||
level: "info",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user