Document `LOG_TO_CLOUD`
See original GitHub issueCurrent behaviour
When attaching a logger to Prefects log handler, the logs don’t appear in Prefect Cloud. This is because PREFECT__LOGGING__LOG_TO_CLOUD
defaults to False
in the code. Additionally, this parameter is undocumented in the logging docs for Prefect.
Proposed behaviour
- Document this parameter somewhere in https://docs.prefect.io/core/concepts/logging.html
- Consider defaulting to
True
.
Example
Logging configuration is critical for best use of the Cloud UI. Defaulting to True
would make this more discoverable and explicit.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
DocumentCloud
Embed documents on your site and publish to our growing archive. Upload documents. Extract, analyze, and search text. Annotate, redact, and edit.
Read more >How to send log to Cloud Watch in C# application
Cloud Watch Agent runs on your server and can watch logs files that are produced. These log files can be anything, IIS Logs,...
Read more >Kibana log to cloud storage - Elastic Discuss
Hello, Can we have direct connectivity to upload kibana.log file after reaching to specific size of file to cloud storage?
Read more >05 VPC Flow log to Cloud Watch Log Group - YouTube
AWS SAP Playlisthttps://youtube.com/playlist?list=PLaT4LcgY7hsnUS9ZOwW--JsuEjRf0YpV-Reference Document and Lab ...
Read more >Document Locator DL Cloud Hosting
Document Locator hosting utilizes Microsoft Azure, the cloud platform of choice for modern business. Hosting reduces overhead for equipment and maintenance.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@arlobryer closing this issue for now since from our investigations it should be defaulted to True in this case, if you can get a reproducible example for us feel free to reopen. Thanks! 😃
@arlobryer Any chance you could provide a reproducible example? I’m looking through the code and it seems like the config should be automatically set when running in the context of a cloud/server run? 🤔