astrosat / django-astrosat-core

Common backend library for Astrosat projects' core functionality
GNU General Public License v3.0
0 stars 0 forks source link

create_log_records should be able to specify the logging level #54

Closed allynt closed 3 years ago

allynt commented 3 years ago

Describe the feature

Currently all log_records created via the create_log_records fn are at the INFO level. This should come from one of the parameters of the request payload. (Probably w/ a default value of INFO).