frappe / frappe/press

Feature request - log browser enhancements

Open
#3,771 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.