reduce logs
This commit is contained in:
1
.github/workflows/run-tests.yaml
vendored
1
.github/workflows/run-tests.yaml
vendored
@ -69,7 +69,6 @@ jobs:
|
||||
yarn build
|
||||
yarn lint
|
||||
yarn test
|
||||
continue-on-error: true
|
||||
env:
|
||||
PG_HOST: localhost
|
||||
PG_PORT: ${{ job.services.postgres.ports[5432] }}
|
||||
|
||||
@ -52,7 +52,7 @@ const createEntityConnection = async (): Promise<void> => {
|
||||
username: process.env.PG_USER,
|
||||
password: process.env.PG_PASSWORD,
|
||||
database: process.env.PG_DB,
|
||||
logging: ['query', 'info'],
|
||||
logging: ['error'],
|
||||
entities: [__dirname + '/../src/entity/**/*{.js,.ts}'],
|
||||
subscribers: [__dirname + '/../src/events/**/*{.js,.ts}'],
|
||||
namingStrategy: new SnakeNamingStrategy(),
|
||||
|
||||
Reference in New Issue
Block a user