Skip to content

Commit

Permalink
chore(logs): more logging fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 20, 2022
1 parent 0c2b180 commit 7a6553c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"express-hbs": "2.4.0",
"express-session": "1.17.2",
"fast-csv": "4.3.6",
"file-tail": "0.3.0",
"fs-extra": "10.0.0",
"handlebars": "4.7.7",
"imap": "0.8.19",
Expand Down Expand Up @@ -106,6 +105,7 @@
"socket.io": "4.4.1",
"socket.io-client": "4.4.1",
"svg-captcha": "1.4.0",
"tail": "2.2.4",
"tar": "6.1.11",
"thirty-two": "1.0.2",
"uglify-js": "3.15.1",
Expand Down
2 changes: 1 addition & 1 deletion test/0_database.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var path = require('path')
var _ = require('lodash')

var database, db
var CONNECTION_URI = 'mongodb://localhost:27017/polonel_trudesk31908899'
var CONNECTION_URI = 'mongodb://192.168.4.243:27017/polonel_trudesk31908899'

// Global Setup for tests
before(function (done) {
Expand Down
23 changes: 5 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4033,11 +4033,6 @@ commander@^8.3.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==

commander@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.1.0.tgz#d121bbae860d9992a3d517ba96f56588e47c6781"
integrity sha1-0SG7roYNmZKj1Re6lvVliOR8Z4E=

commander@~2.17.1:
version "2.17.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
Expand Down Expand Up @@ -6095,19 +6090,6 @@ file-entry-cache@^6.0.0, file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"

file-size-watcher@~0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/file-size-watcher/-/file-size-watcher-0.2.1.tgz#067ab60296a9fe4c6db8226616014d0f7a6fcb0f"
integrity sha1-Bnq2Apap/kxtuCJmFgFND3pvyw8=

[email protected]:
version "0.3.0"
resolved "https://registry.yarnpkg.com/file-tail/-/file-tail-0.3.0.tgz#588b30a2fdff1275ae98c8319a88960f0aa650ab"
integrity sha1-WIswov3/EnWumMgxmoiWDwqmUKs=
dependencies:
commander "~2.1.0"
file-size-watcher "~0.2.0"

file-uri-to-path@2:
version "2.0.0"
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz#7b415aeba227d575851e0a5b0c640d7656403fba"
Expand Down Expand Up @@ -13876,6 +13858,11 @@ table@^6.0.4:
string-width "^4.2.3"
strip-ansi "^6.0.1"

[email protected]:
version "2.2.4"
resolved "https://registry.yarnpkg.com/tail/-/tail-2.2.4.tgz#90dd4c5a174a3fa39dcb65a1df1950a4a0093a41"
integrity sha512-PX8klSxW1u3SdgDrDeewh5GNE+hkJ4h02JvHfV6YrHqWOVJ88nUdSQqtsUf/gWhgZlPAws3fiZ+F1f8euspcuQ==

tapable@^0.1.8:
version "0.1.10"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"
Expand Down

0 comments on commit 7a6553c

Please sign in to comment.