semaphoreui / semaphore

Modern UI for Ansible, Terraform, OpenTofu, Bash, Pulumi.
https://semaphoreui.com
MIT License
9.69k stars 1k forks source link

Output truncated #1711

Open javieitez opened 5 months ago

javieitez commented 5 months ago

Hi,

I've found in several playbooks that when the output exceeds a given size, it just gets truncated

Here's an example:

image

As you can see, the output is incomplete but it can not be scrolled further.

This happens usually with update playbooks that produce a lot of output.

Kind regards

andreas-marschke commented 5 months ago

Can you verify that the ansible.ini and your log configuration for Ansible is consistent in your semaphore env and your shell?

AFAIR this is an option you should review in your ansible.ini. What comes from STDOUT(which is effectively what's being logged) is Ansible and not Semaphores work.