You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @samlaf ! This makes sense. One workaround for shortening CLI output right now is to toggle the verbosity using --verbosity flag on kurtosis run of StarlarkPackage output via the CLI but ofc that would also affect output coming out of your package.
Background & motivation
Working on building https://github.com/Layr-Labs/eigenda-package, which uses https://github.com/ethpandaops/ethereum-package as a subpackage. When deploying, the ethereum-package has a lot of very verbose log lines, which clutter the space and make it hard to focus on the log lines of my package. This makes for a harder debugging devex.
Would be useful if when deploying another package, I could define the log-level. For example, right now I run
Desired behaviour
would be useful if I could run
as an example, to remove the info log lines from the CLI output
How important is this to you?
Nice to have; this feature would make using Kurtosis more enjoyable.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: