Skip to content

Commit

Permalink
use logger
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbounakis committed Feb 3, 2025
1 parent 56c2a1f commit dedb04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ require('dotenv').config();
const { JsonLogger } = require('@themost/json-logger');
const { TraceUtils } = require('@themost/common');
process.env.NODE_ENV = 'development';
TraceUtils.useLogger(new JsonLogger());
TraceUtils.useLogger(new JsonLogger({
format: 'raw'
}));
/* global jest */
jest.setTimeout(30000);
Binary file modified spec/db/local.db
Binary file not shown.

0 comments on commit dedb04e

Please sign in to comment.