Skip to content

Commit

Permalink
better output for pool query test, see #167 and #208
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Nov 25, 2019
1 parent 4b1dadb commit b3891dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/configurePreferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ module.exports = async function() {
winston.log( 'error', 'database connection failed, short term string storage will not work, err = ' + err );
}
else {
winston.log( 'info', 'database test succeeded' );
console.log( 'res = ' + JSON.stringify( res ) );
winston.log( 'info', 'database test using SELECT NOW() succeeded, now = ' + res.rows[ 0 ].now );
}
} );

Expand Down

0 comments on commit b3891dd

Please sign in to comment.