We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.#api.post('/config/recorders', { "name": "access-log", "file": { "path": "./recording.gost", }, }).then(res => { logger.debug("recorder access-log success", res.data); // 打印了 msg: 'ok' }).catch(err => { logger.error("recorder access-log error", err.message); }) window11系统下: v3版本。启动完,发送recorders 没有产生recording.gost
The text was updated successfully, but these errors were encountered:
config读取出来:
"recorders": [ { "name": "access-log", "file": { "path": "C:/recording.gost" } } ], "services": [ { "name": "local-20024", "addr": "127.0.0.1:20024", "recorders": [ { "name": "access-log", "record": "recorder.service.router.dial.address.error" } ], ....
Sorry, something went wrong.
文件会在首次写入时生成。
No branches or pull requests
this.#api.post('/config/recorders', {
"name": "access-log",
"file": {
"path": "./recording.gost",
},
}).then(res => {
logger.debug("recorder access-log success", res.data); // 打印了 msg: 'ok'
}).catch(err => {
logger.error("recorder access-log error", err.message);
})
window11系统下:
v3版本。启动完,发送recorders
没有产生recording.gost
The text was updated successfully, but these errors were encountered: