Skip to content

Set logging level in management commands to INFO #266

@QuanMPhm

Description

@QuanMPhm

Some management commands, such as validate_allocations don't set a logging level, leaving the default at WARN. This means certain INFO-level log messages that would be useful to see during debugging and maintenance will not be captured.

The log message referenced (and others in its function) are intentionally INFO because we are planning to have that function be called during normal operations, instead of just in the context of management commands.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions