Skip to content

Commit

Permalink
chore(dashmate): exclude garbage from core logs
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Dec 20, 2024
1 parent 5d1c9b7 commit 527e109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashmate/configs/defaults/getBaseConfigFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function getBaseConfigFactory() {
threadNames: false,
timeMicros: false,
includeOnly: [],
exclude: [],
exclude: ['libevent', 'leveldb'],
},
},
indexes: [],
Expand Down

0 comments on commit 527e109

Please sign in to comment.