chore: log IP in stream request
This commit is contained in:
parent
b313c4eb8d
commit
5c51abbd46
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export class StreamController {
|
|||
config,
|
||||
};
|
||||
|
||||
this.logger.info(`Search stream for type "${type}" and id "${id}"`, ctx);
|
||||
this.logger.info(`Search stream for type "${type}" and id "${id}" for ip ${ctx.ip}`, ctx);
|
||||
|
||||
const handlers = this.handlers.filter(handler => handler.languages.filter(language => language in ctx.config).length);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue