Skip to content

Commit

Permalink
CI : logging default configuration - better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Apr 17, 2018
1 parent 2348e82 commit 0d40ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/base.js
Expand Up @@ -13,7 +13,8 @@ before("share initialization", done => {
if (global.shareConn) {
done();
} else {
console.log("connecting share connection : " + connOptions);
console.log("connecting share connection : ");
console.log(connOptions);
let conn = new Connection(connOptions);
conn.connect(err => {
if (err) {
Expand Down

0 comments on commit 0d40ea6

Please sign in to comment.