-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Feature request: jhack etail #157
Comments
funny enough I'd considered this in the past but I encountered a couple of issues:
|
My tmux
As I am bored to type the same commands many times... I agree, all pencils have different colors and flavors, but we have no recommendation/best-practices for newbies (which are comfortable to use AS IS). |
I think a better place for this would be the charm-dev multipass blueprint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am constantly using
jhack tail
to understand the deployment progress and monitor the internal charm activities.Example:
![Screenshot from 2024-05-23 12-20-31](https://private-user-images.githubusercontent.com/1928266/333200982-04e85d90-6f4a-4f02-9d40-77837e2fa973.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODA0ODUsIm5iZiI6MTczODk4MDE4NSwicGF0aCI6Ii8xOTI4MjY2LzMzMzIwMDk4Mi0wNGU4NWQ5MC02ZjRhLTRmMDItOWQ0MC03NzgzN2UyZmE5NzMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDIwMzA1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjJkMmJiMDBkNmQ2MGI1YTkwM2IyYjJjZTdlMDM3NjUzODg4ZTVlNTRiMDk0N2JkZjkwOGUyZThhOGZjNTYwMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.zqbcBdXs6vrAkHuchbOwjY1lZ61HAdQ4K06t1c50wAE)
I have to constantly open several tmux windows to monitor:
jhack tail
# to see juju eventsjuju status --watch 1s
juju debug-log --tail
# overall charm progress / stuckjuju debug-log --tail | grep ERROR
# errors only to do not miss some in endless flying debug-logIt is a feature request to create high-level
jhack etail
to speed up initial setup.The
etail
could be anenhanced tail
which will show the last errors and the last debug-log...P.S. Is it a time for some nice-aligned default tmux config for juju?
jhack tmux
???The text was updated successfully, but these errors were encountered: