René's URL Explorer Experiment


Title: Logging: 'client.setup_logging()' doesn't identify the underlying platform · Issue #7 · googleapis/python-logging · GitHub

Open Graph Title: Logging: 'client.setup_logging()' doesn't identify the underlying platform · Issue #7 · googleapis/python-logging

X Title: Logging: 'client.setup_logging()' doesn't identify the underlying platform · Issue #7 · googleapis/python-logging

Description: My objective is to format correctly the logs into my Python app for having a good ingestion and formatting on Stackdriver logging console with level well interpreted. The standard logging doesn't work for App Engine python 3.7 (work in P...

Open Graph Description: My objective is to format correctly the logs into my Python app for having a good ingestion and formatting on Stackdriver logging console with level well interpreted. The standard logging doesn't w...

X Description: My objective is to format correctly the logs into my Python app for having a good ingestion and formatting on Stackdriver logging console with level well interpreted. The standard logging doesn'...

Opengraph URL: https://github.com/googleapis/python-logging/issues/7

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Logging: 'client.setup_logging()' doesn't identify the underlying platform","articleBody":"My objective is to format correctly the logs into my Python app for having a good ingestion and formatting on Stackdriver logging console with level well interpreted.\r\n\r\nThe standard logging doesn't work for App Engine python 3.7 (work in Python 2) and on Cloud Run, because the logs aren't formatted in FluentD.\r\nHowever, with Cloud Function, it's the case.\r\n\r\nI found how to perform a workaround, (see example), but I think there is a bug in your library. Indeed, the function `client.setup_logging()` should set up my logger with the correct format according with the environment.\r\n\r\nIt's not the case, and that's why I have to implement the workaround. Sadly, this workaround don't take into account the environment and when I run locally the app, I have this log trace:\r\n\r\n```\r\n * Serving Flask app \"server\" (lazy loading)\r\n * Environment: production\r\n   WARNING: This is a development server. Do not use it in a production deployment.\r\n   Use a production WSGI server instead.\r\n * Debug mode: off\r\n{\"message\": \" * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)\", \"timestamp\": {\"seconds\": 1571789029, \"nanos\": 987048387}, \"thread\": 140201867048192, \"severity\": \"INFO\"}\r\n{\"message\": \"call info1\", \"timestamp\": {\"seconds\": 1571789035, \"nanos\": 285192966}, \"thread\": 140201732208384, \"severity\": \"INFO\"}\r\n{\"message\": \"call info2\", \"timestamp\": {\"seconds\": 1571789035, \"nanos\": 285630702}, \"thread\": 140201732208384, \"severity\": \"INFO\"}\r\n{\"message\": \"this is an error2\", \"timestamp\": {\"seconds\": 1571789035, \"nanos\": 285893201}, \"thread\": 140201732208384, \"severity\": \"ERROR\"}\r\n{\"message\": \"127.0.0.1 - - [23/Oct/2019 02:03:55] \\\"GET / HTTP/1.1\\\" 200 -\", \"timestamp\": {\"seconds\": 1571789035, \"nanos\": 286895513}, \"thread\": 140201732208384, \"severity\": \"INFO\"}\r\n```\r\nWhich is in FluentD format, but barely lisible.\r\n\r\nThe automatic configuration promised at [this page](https://googleapis.dev/python/logging/latest/usage.html#integration-with-python-logging-module) doesn't happen!\r\n\r\n#### Environment details\r\n\r\n1. Specify the API at the beginning of the title (for example, \"BigQuery: ...\")\r\n   General, Core, and Other are also allowed as types\r\n\r\nLogging API for App Engine and Cloud Run\r\n\r\n2. OS type and version\r\nPython 3.7, linux( appengine, container, local environment)\r\n\r\n3. Python version and virtual environment information: `python --version`\r\n3.7. Version not detailed because occur on App Engine\r\n\r\n4. google-cloud-\u003cservice\u003e version:  `pip show google-\u003cservice\u003e` or `pip freeze`\r\ngoogle-cloud-logging==1.14.0\r\n\r\n#### Steps to reproduce\r\n\r\n Deploy an app on Cloud Run or App Engine standard Python 3.7. Bellow an example with the workaround. Try to change the log handler with `client.setup_logging()` no special formater are set, and the log on Stackdriver aren't well ingested.\r\n\r\n#### Code example\r\n\r\nThis is a working example. I don't use client.setup_logging()\r\n\r\n```python\r\nimport os\r\nfrom flask import Flask, request\r\nimport logging\r\nfrom google.cloud.logging.handlers.container_engine import ContainerEngineHandler\r\n\r\n\r\n# This change nothing to the standard logger on App Engine and Cloud Run env\r\n# client = google.cloud.logging.Client()\r\n# client.setup_logging()\r\n\r\n# This is a working workaround on GCP but with not lisible log in local env\r\nhandler = ContainerEngineHandler()\r\ncloud_logger = logging.getLogger()\r\ncloud_logger.setLevel(logging.DEBUG)\r\ncloud_logger.addHandler(handler)\r\n\r\napp = Flask(__name__)\r\n@app.route('/', methods=['GET'])\r\n\r\ndef call_oracle_connection():\r\n    logger = logging.getLogger(\"cloudLogger\")\r\n    logger.info('call info1')\r\n    logger = logging.getLogger()\r\n    logger.info('call info2')\r\n    logging.error('this is an error2')\r\n    return oracle_connection(request)\r\n\r\nif __name__ == \"__main__\":\r\n    app.run(host='0.0.0.0',port=int(os.environ.get('PORT',8080)))\r\n```\r\n\r\nThanks!\r\n","author":{"url":"https://github.com/guillaumeblaquiere","@type":"Person","name":"guillaumeblaquiere"},"datePublished":"2019-10-25T13:12:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/7/python-logging/issues/7"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b7825bf1-11f7-cc63-86dd-d8b5f36ef5aa
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id91DE:51AE:1A583C:23A9A5:6A52E278
html-safe-noncea08d949d32677f4ea7e20ac2ecbc2b90d34061a92204b9b65373e457cdb2e701
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MURFOjUxQUU6MUE1ODNDOjIzQTlBNTo2QTUyRTI3OCIsInZpc2l0b3JfaWQiOiI5MTA1MDA2MTAyOTIwMjI1NDAwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac34ae33d748a4226502aa047672b718a5f61681f34f0388a5414e6c10d6618824
hovercard-subject-tagissue:560388315
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/googleapis/python-logging/7/issue_layout
twitter:imagehttps://opengraph.githubassets.com/62d27570c2a0e36b471a56f62ac626a89020aca26ee00356dcd582e2cb2e00a5/googleapis/python-logging/issues/7
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/62d27570c2a0e36b471a56f62ac626a89020aca26ee00356dcd582e2cb2e00a5/googleapis/python-logging/issues/7
og:image:altMy objective is to format correctly the logs into my Python app for having a good ingestion and formatting on Stackdriver logging console with level well interpreted. The standard logging doesn't w...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameguillaumeblaquiere
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/googleapis/python-logging git https://github.com/googleapis/python-logging.git
octolytics-dimension-user_id16785467
octolytics-dimension-user_logingoogleapis
octolytics-dimension-repository_id226992562
octolytics-dimension-repository_nwogoogleapis/python-logging
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226992562
octolytics-dimension-repository_network_root_nwogoogleapis/python-logging
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/googleapis/python-logging/issues/7#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-logging%2Fissues%2F7
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-logging%2Fissues%2F7
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=googleapis%2Fpython-logging
Reloadhttps://github.com/googleapis/python-logging/issues/7
Reloadhttps://github.com/googleapis/python-logging/issues/7
Reloadhttps://github.com/googleapis/python-logging/issues/7
Please reload this pagehttps://github.com/googleapis/python-logging/issues/7
googleapis https://github.com/googleapis
python-logginghttps://github.com/googleapis/python-logging
Notifications https://github.com/login?return_to=%2Fgoogleapis%2Fpython-logging
Fork 59 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-logging
Star 142 https://github.com/login?return_to=%2Fgoogleapis%2Fpython-logging
Code https://github.com/googleapis/python-logging
Issues 0 https://github.com/googleapis/python-logging/issues
Pull requests 0 https://github.com/googleapis/python-logging/pulls
Actions https://github.com/googleapis/python-logging/actions
Projects https://github.com/googleapis/python-logging/projects
Security and quality 0 https://github.com/googleapis/python-logging/security
Insights https://github.com/googleapis/python-logging/pulse
Code https://github.com/googleapis/python-logging
Issues https://github.com/googleapis/python-logging/issues
Pull requests https://github.com/googleapis/python-logging/pulls
Actions https://github.com/googleapis/python-logging/actions
Projects https://github.com/googleapis/python-logging/projects
Security and quality https://github.com/googleapis/python-logging/security
Insights https://github.com/googleapis/python-logging/pulse
#200https://github.com/googleapis/python-logging/pull/200
Logging: 'client.setup_logging()' doesn't identify the underlying platformhttps://github.com/googleapis/python-logging/issues/7#top
#200https://github.com/googleapis/python-logging/pull/200
https://github.com/daniel-sanche
api: loggingIssues related to the googleapis/python-logging API.https://github.com/googleapis/python-logging/issues?q=state%3Aopen%20label%3A%22api%3A%20logging%22
priority: p3Desirable enhancement or fix. May not be included in next release.https://github.com/googleapis/python-logging/issues?q=state%3Aopen%20label%3A%22priority%3A%20p3%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-logging/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
v2 Update 1https://github.com/googleapis/python-logging/milestone/3
https://github.com/guillaumeblaquiere
guillaumeblaquierehttps://github.com/guillaumeblaquiere
on Oct 25, 2019https://github.com/googleapis/python-logging/issues/7#issue-560388315
this pagehttps://googleapis.dev/python/logging/latest/usage.html#integration-with-python-logging-module
daniel-sanchehttps://github.com/daniel-sanche
api: loggingIssues related to the googleapis/python-logging API.https://github.com/googleapis/python-logging/issues?q=state%3Aopen%20label%3A%22api%3A%20logging%22
priority: p3Desirable enhancement or fix. May not be included in next release.https://github.com/googleapis/python-logging/issues?q=state%3Aopen%20label%3A%22priority%3A%20p3%22
type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.https://github.com/googleapis/python-logging/issues?q=state%3Aopen%20label%3A%22type%3A%20bug%22
v2 Update 1https://github.com/googleapis/python-logging/milestone/3
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.