mitodl / edx-platform

The Open edX platform, the software that powers edX!
http://open.edx.org/
GNU Affero General Public License v3.0
6 stars 1 forks source link

make edx-platform log configurable #269

Open pdpinch opened 3 years ago

pdpinch commented 3 years ago

As a devops/sre, I'd like to be able to configure the logging format, structure and potentially add new log handlers by passing configuration to the log function at https://github.com/edx/edx-platform/blob/master/openedx/core/lib/logsettings.py#L13

It would be beneficial to expose more customizability to how the logging is set up. For instance, either make this function more flexible, so that it can accept a dict_config that gets merged with the one inside the function, or moving the log configuration into the settings module so that it can be managed in the same way as the other configuration values.

acceptance criteria

pdpinch commented 1 year ago

Is this still needed?