canonical / data-platform-workflows

Reusable GitHub Actions workflows used by the Data Platform team
Apache License 2.0
4 stars 9 forks source link

`juju debug-log` has line limit on VM #162

Closed carlcsaposs-canonical closed 5 months ago

carlcsaposs-canonical commented 6 months ago

Thanks @Mehdi-Bendriss!

Using juju debug-log in integration_test.yaml does not collect all logs

https://bugs.launchpad.net/juju/+bug/2060804

github-actions[bot] commented 6 months ago

https://warthogs.atlassian.net/browse/DPE-3985

carlcsaposs-canonical commented 6 months ago

Unclear if juju debug-log doesn't collect all logs as a result of default/max line limit or because of controller config option agent-logfile-max-size (defaults to 100M)

carlcsaposs-canonical commented 6 months ago

Testing shows that juju debug-log still has a limit even if agent-logfile-max-size increased