astrosat / django-astrosat-core

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

feat(backend): Ability to specify log level in create_log_records #55

Closed allynt closed 3 years ago

allynt commented 3 years ago

The create_log_records view can specify the logging level. If no level is specified, it defaults to "info". Also, added some code to handle the case where no tags are included.

This PR closes #54