* ecsantos: hi, I want let log upload to remote server on softwarefactory, add logserver role on remote host, but logs didn't upload to remote-host. arch.yaml ``` - name: managesf roles: - install-server - mysql - zookeeper - gateway - cauth - gitweb - gerrit - managesf - zuul-scheduler - zuul-executor - zuul-web - nodepool-launcher - hypervisor-k1s - nodepool-builder - name: elk ip: 47.111.113.212 roles: - logserver ``` and I read https://zuul-ci.org/docs/zuul-jobs/log-roles.html#role-upload-logs . it need add secret that contain remote destination. I found base playbook https://softwarefactory-project.io/cgit/config/tree/playbooks/base/post.yaml had use upload-logs. I modify its zuul\_log\_url to http://47.111.113.212/logs .it show use "site\_sflogs" with sftests.com not elk. then I modify /config/zuul.d/\_secret\_sflogs.yaml to elk.sftests.com . but result still show https://sftests.com/zuul/t/local/build/edc70853e08f4f33a9359e19f5ae7cdb how should I use uploads-log on softwarefacotry. thanks help.