Feature request - log browser enhancements
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 563
- Forks
- 410
- Avg merge
- 22h 15m
- Merged PRs (30d)
- 197
Description
Logs: The log management system for frappe out of the box is fairly basic and lacking features such as:Log querying – at best we can do a basic text search on individual log files. We cannot search across the entire application’s logs at once, or for a particular timeframe.
Log download – frappe cloud UI does not provide an option for downloading logs into csv files. The only option we have is to SSH directly into the server to access the files.Worker logs – The frappe.logger does not work with the background workers. We have found a workaround with using print statements but that lacks some logger features (such as logger level tagging) and can be confusing for team members not familiar with this quirk.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies three areas—cross-application and time-based log querying, CSV downloads in the Frappe Cloud UI, and logger support for background workers—but names no files, tests, or entry points. Start by locating the log management, Cloud UI download, and worker logging components, then define separate acceptance checks for each requested enhancement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cloud, observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100