-
Notifications
You must be signed in to change notification settings - Fork 57
fix: no duplicate logs on GCF or GAE #209
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
eb8d523
added test checking for duplicates
daniel-sanche 812d69c
updated submodule
daniel-sanche 78af961
Merge branch 'master' into test-duplicates
daniel-sanche 5198424
updated submodule
daniel-sanche 4e9d394
added structured log handler
daniel-sanche c65ccf0
use structured log resource type for cloud functions
daniel-sanche e003453
fixed import path
daniel-sanche 100cb9a
fixed import issues
daniel-sanche 2ec7241
fixed StructuredLogHandler
daniel-sanche a330440
remove default handlers for AppEngine Flex
daniel-sanche cd4d1b1
updated submodule
daniel-sanche 4c556b9
add insertId to structured logs
daniel-sanche 2e718db
changed where handlers are removed
daniel-sanche a4b975d
only use structured logging for GCF >= 3.8
daniel-sanche 407215d
added default value for project
daniel-sanche 827171c
cleaned up resource detection
daniel-sanche 96166eb
removed insertId field
daniel-sanche fb8a4bb
added import
daniel-sanche a5a7d35
fixed lint issues
daniel-sanche 4733d20
removed structuredloghandler from this PR
daniel-sanche 2d65eb8
added tests
daniel-sanche 75e9b60
fixed lint issue
daniel-sanche 77fcb0d
patch environment variables in test
daniel-sanche 447b6c5
removed unneeded import
daniel-sanche 7a8336d
updated submodule
daniel-sanche f4c0170
undid last commit
daniel-sanche 7c6f1b9
updated submodule
daniel-sanche 034a498
updated submodule
daniel-sanche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule environment
updated
8 files
| +1 −1 | README.md | |
| +19 −13 | deployable/go/go.sum | |
| +3 −3 | deployable/go/main.go | |
| +1 −1 | envctl/env_scripts/go/functions.sh | |
| +2 −2 | noxfile.py | |
| +9 −2 | tests/common/common.py | |
| +6 −0 | tests/common/python.py | |
| +3 −0 | tests/go/test_functions.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.