Skip to content

Commit

Permalink
fix: 🐛 Fix firestore port ECONNREFUSED error
Browse files Browse the repository at this point in the history
solution reference firebase/firebase-tools#4741
  • Loading branch information
linyc0817 committed Jul 6, 2023
1 parent f83ed65 commit 7672111
Show file tree
Hide file tree
Showing 6 changed files with 11,603 additions and 7,115 deletions.
2 changes: 1 addition & 1 deletion apollo/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ const pino = require('pino');
// add below type annotation if there is no intellisense
/** @type {import('pino').Logger} */
module.exports = pino({
level: process.env.PINO_LOG_LEVEL || 'info',
level: process.env.PINO_LOG_LEVEL || 'debug',
});
Loading

0 comments on commit 7672111

Please sign in to comment.