chore: log IP in stream request

This commit is contained in:
WebStreamr 2025-05-23 10:53:09 +00:00
parent b313c4eb8d
commit 5c51abbd46
No known key found for this signature in database

View file

@ -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);