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

logging not working! #38

Open
vinodkumars opened this issue Aug 23, 2024 · 0 comments
Open

logging not working! #38

vinodkumars opened this issue Aug 23, 2024 · 0 comments

Comments

@vinodkumars
Copy link

vinodkumars commented Aug 23, 2024

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

@app.get("/sample")
async def index():
    logging.info("sample")
    return {
        "info": "Try /hello/Shivani for parameterized route.",
    }

Any log messages given by the failure

Expected/desired behavior

Expect the logs to be visible in the log console in azure portal.

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

4.34.2.2

Mention any other details that might be useful

I did notice the earlier logging bug filed last year. I tried the workarounds there. No luck.


Thanks! We'll be in touch soon.

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

No branches or pull requests

1 participant