Opened 9 years ago

Closed 9 years ago

#25318 closed Cleanup/optimization (fixed)

SILENCED_SYSTEM_CHECKS should suppress errors/criticals too

Reported by: Tim Graham Owned by: Tim Graham
Component: Core (System checks) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Docs currently say, "Silenced warnings will no longer be output to the console; silenced errors will still be printed, but will not prevent management commands from running."

Carl says, "That seems like a bad design decision to me, and I think we should change it. Silenced should mean silenced."

Change History (2)

comment:1 by Tim Graham, 9 years ago

Has patch: set

comment:2 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 01b2b0b:

Fixed #25318 -- Made SILENCED_SYSTEM_CHECKS suppress all messages.

Previously, messages of ERROR level or higher were printed to
the console.

Note: See TracTickets for help on using tickets.
Back to Top