json logs by default (#558)

buddies-main-deployment
Conner Swann 3 years ago committed by GitHub
parent 6f36a61fcf
commit 4de7e35cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/optics-deploy/src/core/CoreDeploy.ts

@ -72,7 +72,7 @@ export class CoreDeploy extends Deploy<CoreContracts> {
home, home,
tracing: { tracing: {
level: 'debug', level: 'debug',
style: 'pretty', style: 'json',
}, },
db: 'db_path', db: 'db_path',
}; };

Loading…
Cancel
Save