-
Notifications
You must be signed in to change notification settings - Fork 27
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
WaitProcessOutputListener needs to be provided by the AppEngineDevServer implementation #331
Comments
@loosebazooka we need this fix in for the IDE integrations to work with Ludo's PR. |
Is this a stdout vs stderr thing? The string we are looking for is correct. |
@loosebazooka Oh, so devappserver1 and 2 both use the same log message when starting up?
|
dev appserver 1 is the first part and dev appserver 2 is the second. |
Got it. I thought this issue is talking about refactoring the code so that the expected log messages are provided by server implementations rather than hard-coded in |
Feedback from @shiraji . The footnote is not shown correctly.
related to #330
currently CloudSdk#637 hardcodes the value that triggers server startup complete event.
The text was updated successfully, but these errors were encountered: