-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adds commands for showing container logs #51
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, @comzeradd
I added this piece of code (error_log( 'Debugging is active!' );
) to the functions.php
file but I cannot see it logged in the terminal. Am I missing something?
@@ -3,25 +3,6 @@ | |||
"description": "Planet 4 development environment", | |||
"author": "Planet 4", | |||
"scripts": { | |||
"env:usage": "node usage", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is env:usage
no longer needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still there, but now is usage
since it's a generic command. See 1d4564d
Hm.. yes that won't work. I didn't test with |
Thanks, @comzeradd |
Some additional housekeeping commits.
Testing