@nocobase/plugin-logger 2.0.0-alpha.8 → 2.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +4 -4
- package/dist/locale/de-DE.json +6 -6
- package/dist/locale/en-US.json +5 -5
- package/dist/locale/es-ES.json +9 -0
- package/dist/locale/fr-FR.json +9 -0
- package/dist/locale/hu-HU.json +9 -0
- package/dist/locale/id-ID.json +9 -0
- package/dist/locale/it-IT.json +6 -6
- package/dist/locale/ja-JP.json +5 -5
- package/dist/locale/ko-KR.json +5 -5
- package/dist/locale/nl-NL.json +7 -7
- package/dist/locale/pt-BR.json +9 -0
- package/dist/locale/ru-RU.json +9 -0
- package/dist/locale/tr-TR.json +9 -0
- package/dist/locale/uk-UA.json +9 -0
- package/dist/locale/vi-VN.json +9 -0
- package/dist/locale/zh-CN.json +5 -5
- package/dist/locale/zh-TW.json +9 -0
- package/dist/node_modules/tar-fs/package.json +1 -1
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.
|
|
11
|
+
"@nocobase/client": "2.1.0-alpha.1",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"antd": "5.24.2",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
|
-
"@nocobase/server": "2.
|
|
16
|
+
"@nocobase/server": "2.1.0-alpha.1",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
|
-
"@nocobase/actions": "2.
|
|
19
|
-
"@nocobase/logger": "2.
|
|
18
|
+
"@nocobase/actions": "2.1.0-alpha.1",
|
|
19
|
+
"@nocobase/logger": "2.1.0-alpha.1",
|
|
20
20
|
"lodash": "4.17.21"
|
|
21
21
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Logger": "Logger",
|
|
3
|
-
"Search": "Suche",
|
|
4
|
-
"Download": "Herunterladen",
|
|
5
|
-
"Download logs": "Protokolle herunterladen",
|
|
6
2
|
"API request and response logs": "API-Anfrage- und Antwortprotokolle",
|
|
7
3
|
"Application, database, plugins and other system logs, the error level logs will be sent to": "Anwendungs-, Datenbank-, Plugin- und andere Systemprotokolle, die Fehlerprotokolle werden gesendet an",
|
|
8
|
-
"
|
|
9
|
-
|
|
4
|
+
"Download": "Herunterladen",
|
|
5
|
+
"Download logs": "Protokolle herunterladen",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL-Ausführungsprotokolle, die von Sequelize ausgegeben werden, wenn das DB-Logging aktiviert ist",
|
|
8
|
+
"Search": "Suche"
|
|
9
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Logger": "Logger",
|
|
3
|
-
"Search": "Search",
|
|
4
|
-
"Download": "Download",
|
|
5
|
-
"Download logs": "Download logs",
|
|
6
2
|
"API request and response logs": "API request and response logs",
|
|
7
3
|
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
8
|
-
"
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Search"
|
|
9
9
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API request and response logs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Search"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API request and response logs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Search"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API kérés és válasz naplók",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Alkalmazás, adatbázis, bővítmények és egyéb rendszernaplók, a hibaüzenetek elküldésre kerülnek ide",
|
|
4
|
+
"Download": "Letöltés",
|
|
5
|
+
"Download logs": "Naplók letöltése",
|
|
6
|
+
"Logger": "Naplózó",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL végrehajtási naplók, amelyeket a Sequelize ír ki, amikor az adatbázis naplózás engedélyezve van",
|
|
8
|
+
"Search": "Keresés"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "Log permintaan dan respons API",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Log aplikasi, database, plugin, dan sistem lainnya, log tingkat kesalahan akan dikirim ke",
|
|
4
|
+
"Download": "Unduh",
|
|
5
|
+
"Download logs": "Unduh log",
|
|
6
|
+
"Logger": "Pencatat",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "Log eksekusi SQL, dicetak oleh Sequelize ketika pencatatan db diaktifkan",
|
|
8
|
+
"Search": "Cari"
|
|
9
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Logger": "Registro",
|
|
3
|
-
"Search": "Cerca",
|
|
4
|
-
"Download": "Scarica",
|
|
5
|
-
"Download logs": "Scarica registri",
|
|
6
2
|
"API request and response logs": "Registri delle richieste e risposte API",
|
|
7
3
|
"Application, database, plugins and other system logs, the error level logs will be sent to": "Registri dell'applicazione, del database, dei plugin e altri registri di sistema, i registri del livello di errore verranno inviati a",
|
|
8
|
-
"
|
|
9
|
-
|
|
4
|
+
"Download": "Scarica",
|
|
5
|
+
"Download logs": "Scarica registri",
|
|
6
|
+
"Logger": "Registro",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "Registri di esecuzione SQL, stampati da Sequelize quando il logging del database è abilitato",
|
|
8
|
+
"Search": "Cerca"
|
|
9
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Logger": "ログ",
|
|
3
|
-
"Search": "検索",
|
|
4
|
-
"Download": "ダウンロード",
|
|
5
|
-
"Download logs": "ログをダウンロード",
|
|
6
2
|
"API request and response logs": "API リクエストとレスポンスのログ",
|
|
7
3
|
"Application, database, plugins and other system logs, the error level logs will be sent to": "アプリケーション、データベース、プラグイン、およびその他のシステムログ、エラーレベルのログは次に送信されます",
|
|
8
|
-
"
|
|
4
|
+
"Download": "ダウンロード",
|
|
5
|
+
"Download logs": "ログをダウンロード",
|
|
6
|
+
"Logger": "ログ",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL 実行ログ、データベースログが有効な場合、Sequelize が出力する SQL 実行ログ",
|
|
8
|
+
"Search": "検索"
|
|
9
9
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"API request and response logs": "API 요청 및 응답 로그",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "애플리케이션, 데이터베이스, 플러그인 및 기타 시스템 로그, 오류 수준 로그가 전송됩니다:",
|
|
4
4
|
"Download": "다운로드",
|
|
5
5
|
"Download logs": "로그 다운로드",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
6
|
+
"Logger": "로그",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "DB 로깅이 활성화되었을 때 Sequelize에서 출력되는 SQL 실행 로그",
|
|
8
|
+
"Search": "검색"
|
|
9
9
|
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
"API request and response logs": "API verzoek en antwoordlogs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Toepassing, database, plug-ins en andere systeemlogs, waarnaar de foutniveaulogs worden verzonden",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Logs downloaden",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL-uitvoeringslogboeken, afgedrukt door Sequelize wanneer de databaseregistratie is ingeschakeld",
|
|
8
|
+
"Search": "Zoeken"
|
|
9
9
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API request and response logs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Search"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "Логи запросов и ответов API",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Логи приложения, базы данных, плагинов и других систем. Логи уровня ошибок будут отправлены в",
|
|
4
|
+
"Download": "Скачать",
|
|
5
|
+
"Download logs": "Скачать логи",
|
|
6
|
+
"Logger": "Логгер",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "Логи выполнения SQL, выводимые Sequelize при включенной записи логов базы данных",
|
|
8
|
+
"Search": "Поиск"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API request and response logs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Search"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API request and response logs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Search"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API request and response logs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Tìm kiếm"
|
|
9
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Logger": "日志",
|
|
3
|
-
"Search": "搜索",
|
|
4
|
-
"Download": "下载",
|
|
5
|
-
"Download logs": "下载日志",
|
|
6
2
|
"API request and response logs": "API 接口请求和响应日志",
|
|
7
3
|
"Application, database, plugins and other system logs, the error level logs will be sent to": "应用、数据库、插件和其他系统日志,错误级别日志将会打印到",
|
|
8
|
-
"
|
|
4
|
+
"Download": "下载",
|
|
5
|
+
"Download logs": "下载日志",
|
|
6
|
+
"Logger": "日志",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL 执行日志, 数据库日志启用时,Sequelize 打印的 SQL 执行日志",
|
|
8
|
+
"Search": "搜索"
|
|
9
9
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API request and response logs": "API request and response logs",
|
|
3
|
+
"Application, database, plugins and other system logs, the error level logs will be sent to": "Application, database, plugins and other system logs, the error level logs will be sent to",
|
|
4
|
+
"Download": "Download",
|
|
5
|
+
"Download logs": "Download logs",
|
|
6
|
+
"Logger": "Logger",
|
|
7
|
+
"SQL execution logs, printed by Sequelize when the db logging is enabled": "SQL execution logs, printed by Sequelize when the db logging is enabled",
|
|
8
|
+
"Search": "Search"
|
|
9
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"tar-fs","version":"3.0.4","description":"filesystem bindings for tar-stream","dependencies":{"mkdirp-classic":"^0.5.2","pump":"^3.0.0","tar-stream":"^3.1.5"},"files":["index.js"],"standard":{"ignore":["test/fixtures/**"]},"keywords":["tar","fs","file","tarball","directory","stream"],"devDependencies":{"brittle":"^3.1.3","rimraf":"^2.6.3","standard":"^17.0.1"},"scripts":{"test":"standard && brittle test/index.js"},"bugs":{"url":"https://github.com/mafintosh/tar-fs/issues"},"homepage":"https://github.com/mafintosh/tar-fs","main":"index.js","directories":{"test":"test"},"author":"Mathias Buus","license":"MIT","repository":{"type":"git","url":"https://github.com/mafintosh/tar-fs.git"},"_lastModified":"2025-
|
|
1
|
+
{"name":"tar-fs","version":"3.0.4","description":"filesystem bindings for tar-stream","dependencies":{"mkdirp-classic":"^0.5.2","pump":"^3.0.0","tar-stream":"^3.1.5"},"files":["index.js"],"standard":{"ignore":["test/fixtures/**"]},"keywords":["tar","fs","file","tarball","directory","stream"],"devDependencies":{"brittle":"^3.1.3","rimraf":"^2.6.3","standard":"^17.0.1"},"scripts":{"test":"standard && brittle test/index.js"},"bugs":{"url":"https://github.com/mafintosh/tar-fs/issues"},"homepage":"https://github.com/mafintosh/tar-fs","main":"index.js","directories":{"test":"test"},"author":"Mathias Buus","license":"MIT","repository":{"type":"git","url":"https://github.com/mafintosh/tar-fs.git"},"_lastModified":"2025-12-31T16:45:58.764Z"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-logger",
|
|
3
3
|
"displayName": "Logger",
|
|
4
|
+
"displayName.ru-RU": "Логгер",
|
|
4
5
|
"displayName.zh-CN": "日志",
|
|
5
6
|
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
|
|
7
|
+
"description.ru-RU": "Серверные логи, включают журналы запросов API и системные журналы, с возможностью архивации и скачивания лог-файлов.",
|
|
6
8
|
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
|
7
|
-
"version": "2.
|
|
9
|
+
"version": "2.1.0-alpha.1",
|
|
8
10
|
"license": "AGPL-3.0",
|
|
9
11
|
"main": "dist/server/index.js",
|
|
10
12
|
"homepage": "https://docs.nocobase.com/handbook/logger",
|
|
13
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/logger",
|
|
11
14
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/logger",
|
|
12
15
|
"devDependencies": {
|
|
13
16
|
"@types/tar-fs": "^2.0.2",
|
|
@@ -19,7 +22,7 @@
|
|
|
19
22
|
"@nocobase/server": "2.x",
|
|
20
23
|
"@nocobase/test": "2.x"
|
|
21
24
|
},
|
|
22
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "d27baf21569643d6fa83f882233f4e90eb5b89f1",
|
|
23
26
|
"keywords": [
|
|
24
27
|
"Logging and monitoring"
|
|
25
28
|
]
|