Andrii

Results 11 comments of Andrii

Hi @cyrille-leclerc, thanks for the reply. There are two main reasons: 1. To have more reliability because, as I noticed, if a log entry failed to export to the collector,...

Thanks, @cyrille-leclerc, yes, initially tried to go with the logs pipeline, but faced the problem that Jenkins expects only one PrintStream. Maybe I missed something, I'll review the doc which...

Ok, regarding Jenkins Pipeline Logs, I've found that LogStorage uses only the first found LogStorage implementation. In this case, it's impossible to build a pipeline with different log destinations. So...

Hello, @cyrille-leclerc, so what do you think? Should I continue in this direction? Or is it the wrong way to have build logs locally and in the remote storage?

Hi, @kuisathaverat yes, I agree that send logs from agent is expected behaviour. But I was surprised that logs also sends from the controller at the same time. That's why...

Hi @cyrille-leclerc, I've updated the PR with the usage of decorators, and you are right it's much more convenient 🙂 I've used a decorator to write log locally log exporting...

Thanks @cyrille-leclerc ! I'll also, update documentation and add tests before the merge

> Thanks @AndriiChuzhynov . I'm wondering if we should not reverse the behaviour and by default mirror the pipeline logs in the Jenkins Home and in the OTEL destination. Does...

@cyrille-leclerc just checked, everything is ok