Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
bug: log settings is not setting up | GoodFirstPicks

bug: log settings is not setting up

frappe/frappe 0 comments 11h ago
View on GitHub
mediumopenScope: somewhat clearSkill match: maybeFrappe / ERPNextPython

Why this is a good first issue

Log Settings DocType initialization issue after fresh installation.

AI Summary

The Log Settings DocType is not initialized with default values after a fresh Frappe installation, leading to incomplete logging configuration. The issue requires understanding how default values are set during initialization and ensuring the correct method is called. The scope is somewhat clear but involves core functionality.

Issue Description

Description of the issue

After a fresh installation of Frappe, the Log Settings DocType is not automatically initialized with default values. The document appears empty or incomplete, which leads to missing logging configuration right after setup. Even when the apps have the method "default_log_clearing_doctypes"

Context information (for bug reports)

Output of bench version

5.28.0

Steps to reproduce the issue

  1. Create a new instalattion
  2. Import the apps
  3. Set up common data
  4. check "Log Settings" doctype

Observed result

An empty table
Image

Expected result

Table with expected fields to clear (this screenshot is in spanish because this app doesn't have a english translate)
Image

Stacktrace / full error message

There is no error message in console

Additional information

OS version / distribution, `F

GitHub Labels

bug

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!

Risk Flags

  • requires understanding of Frappe initialization
  • potential impact on logging configuration
Loading labels...

Details

Points20 pts
Difficultymedium
Scopesomewhat clear
Skill Matchmaybe
Test Focusedno