-
Notifications
You must be signed in to change notification settings - Fork 3.9k
refactor: Frappe logger #11026
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
refactor: Frappe logger #11026
Conversation
Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
1ec0792
to
c87d598
Compare
added filter parameter for logger
2423a22
to
ae3ee5b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this documented anywhere?
@adityahase I'll update docs once the PR is "ready" |
@Mergifyio backport version-13-beta-pre-release |
Command
|
@Mergifyio refresh |
Command |
Command
|
…release/pr-11026 fix: frappe.logger site validation (bp #11026)
Changes:
allow_site
parameter infrappe.logger
to (dis)allow logging on site-levelfilter
paramter infrappe.logger
to pass a filter for logging{module}
to{module}-{site-name}
max_size
andfile_count
parameters for configurable APIFixes:
./sites/{site-name}/logs/frappe.web.log
Docs Link: frappe/frappe_docs#19