-
Notifications
You must be signed in to change notification settings - Fork 145
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
Debug mode option #791
Debug mode option #791
Conversation
Add start/stop debug mode option/function for development debugging ease.
This will add the following behavior if debug mode is requested with either options
Sample output:
|
Take a look at my "new_rewrite" branch and see if you are ok with the way I'm handling options. I'd like to stay consistent, and would be nice if we could agree on something. |
Hi @tschettervictor, I've look at your "new_rewrite" branch and saw you've added some overall improvements/update bits to start/stop commands, while I've followed the previous/current code for the added options in a rush. Are you ok if I adjust some bits here to follow the overall consistency with you?, so you can adjust your PR with your new update/content after, or do you like me to close this PR so I can add the debug options on a later time. Between your Regards! |
I'm happy to work on bastille adding these improvements. If you could test PR #792 we could move ahead with this. It bring in the new common.sh file, as well as adding JID support for console and jail autocomplete. |
@JRGTH are you ok with closing this one and working with @tschettervictor on his PR to put all the features you want in his branch so we can test it all at once? Let me know. Hop in Discord if you want to discuss. |
Hey! Barry nice to hear you man, sure I will close this to avoid possible conflicts since @tschettervictor can add the bits in his existing enhancements PR's Regards! |
Closed as suggested by @bmac2, @tschettervictor will merge the enable_debug option on his PR's. |
This is a quick enhancement I've added since
bastille
is getting several PR's lately, so this will be useful for quick track down issues, the debug option has been added tocommon.sh
so the option can be added to others command as well if needed.Regards!