feat(log): improve logging format

This commit is contained in:
Alexey Kasyanchuk 2023-05-02 01:54:20 +03:00
parent 4a3c98c013
commit 0ae124daad
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -45,7 +45,7 @@
"react-minimal-pie-chart": "^8.2.0", "react-minimal-pie-chart": "^8.2.0",
"simple-encryptor": "github:DEgITx/node-simple-encryptor", "simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0", "stun": "1.1.0",
"tagslog": "^1.1.2", "tagslog": "^1.1.5",
"webtorrent": "github:DEgITx/webtorrent" "webtorrent": "github:DEgITx/webtorrent"
}, },
"devDependencies": { "devDependencies": {
@ -1787,6 +1787,7 @@
"integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==",
"dev": true, "dev": true,
"optional": true, "optional": true,
"peer": true,
"engines": { "engines": {
"node": ">=0.1.90" "node": ">=0.1.90"
} }
@ -5512,6 +5513,7 @@
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
"integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==",
"dev": true, "dev": true,
"peer": true,
"dependencies": { "dependencies": {
"string-width": "^4.2.0" "string-width": "^4.2.0"
}, },
@ -15813,6 +15815,7 @@
"resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
"integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
"dev": true, "dev": true,
"peer": true,
"engines": { "engines": {
"node": ">=6" "node": ">=6"
} }
@ -23236,9 +23239,9 @@
} }
}, },
"node_modules/tagslog": { "node_modules/tagslog": {
"version": "1.1.2", "version": "1.1.5",
"resolved": "https://registry.npmjs.org/tagslog/-/tagslog-1.1.2.tgz", "resolved": "https://registry.npmjs.org/tagslog/-/tagslog-1.1.5.tgz",
"integrity": "sha512-AstKis9gr4Ss0jpzJNhynPAXr85aevBsG0/FMRAwkedCYKATUhOjuSfP5Wm9Pwd58VocXWfBMYww/CEdKWnHgQ==", "integrity": "sha512-LRiFWGwEthDtBFlDljKs/Rk0fWOWzmaxPoF/90isFTGDUH38VItQ+IlqNRdnxSaGzqcH9oOHt1ILGx2G9X0YYQ==",
"dependencies": { "dependencies": {
"ansi-256-colors": "^1.1.0" "ansi-256-colors": "^1.1.0"
} }

View File

@ -145,7 +145,7 @@
"react-minimal-pie-chart": "^8.2.0", "react-minimal-pie-chart": "^8.2.0",
"simple-encryptor": "github:DEgITx/node-simple-encryptor", "simple-encryptor": "github:DEgITx/node-simple-encryptor",
"stun": "1.1.0", "stun": "1.1.0",
"tagslog": "^1.1.2", "tagslog": "^1.1.5",
"webtorrent": "github:DEgITx/webtorrent" "webtorrent": "github:DEgITx/webtorrent"
}, },
"devDependencies": { "devDependencies": {