Skip to content
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

Bump up inabox error log severity level, so that it will show up in StackDriver #7468

Merged
merged 2 commits into from Feb 10, 2017

Conversation

lannka
Copy link
Contributor

@lannka lannka commented Feb 10, 2017

No description provided.

Copy link
Member

@cramforce cramforce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please increment version in app.yaml

@@ -129,6 +129,9 @@ func handle(w http.ResponseWriter, r *http.Request) {
runtime := r.URL.Query().Get("rt")
if runtime != "" {
errorType += "-" + runtime;
if runtime == "inabox" {
severity = "ERROR"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also need to set level

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor Author

@lannka lannka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done PTAL

@@ -129,6 +129,9 @@ func handle(w http.ResponseWriter, r *http.Request) {
runtime := r.URL.Query().Get("rt")
if runtime != "" {
errorType += "-" + runtime;
if runtime == "inabox" {
severity = "ERROR"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@lannka lannka merged commit 716b342 into ampproject:master Feb 10, 2017
@lannka lannka deleted the inabox-error branch February 10, 2017 01:57
@lannka
Copy link
Contributor Author

lannka commented Feb 10, 2017

pls help deploy :-)

@cramforce
Copy link
Member

cramforce commented Feb 10, 2017 via email

torch2424 pushed a commit to torch2424/amphtml that referenced this pull request Feb 14, 2017
…tackDriver (ampproject#7468)

* Bump up inabox error log severity level, so that it will show up in StackDriver

* address comments
mrjoro pushed a commit to mrjoro/amphtml that referenced this pull request Apr 28, 2017
…tackDriver (ampproject#7468)

* Bump up inabox error log severity level, so that it will show up in StackDriver

* address comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants