We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs page: https://juju.is/docs/juju/juju-debug-log
Docs source: https://discourse.charmhub.io/t/command-juju-debug-log/10116
Issue: As far as I can tell, debug-log only supports exporting a maximum of 10k lines.
Running juju debug-log --lines 10000 produces the expected output. Running juju debug-log --lines 10001 produces no output.
juju debug-log --lines 10000
juju debug-log --lines 10001
IMO, we should either explicitly mention this limit in the docs, raise it, or simply have juju return the maximum amount of logs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docs page: https://juju.is/docs/juju/juju-debug-log
Docs source: https://discourse.charmhub.io/t/command-juju-debug-log/10116
Issue: As far as I can tell, debug-log only supports exporting a maximum of 10k lines.
Running
juju debug-log --lines 10000
produces the expected output.Running
juju debug-log --lines 10001
produces no output.IMO, we should either explicitly mention this limit in the docs, raise it, or simply have juju return the maximum amount of logs.
The text was updated successfully, but these errors were encountered: