astrosat / django-astrosat-core

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

fix(analytics): Add Logstash/Analytics utils from Orbis #60

Closed R2ZER0 closed 3 years ago

R2ZER0 commented 3 years ago

This PR adds the Analytics/Logstash utility code that was previously in the Orbis-app repo, so it can be shared across all apps.

R2ZER0 commented 3 years ago

I would expect a line in "utils/init.py" [https://github.com/astrosat/django-astrosat-core/blob/analytics-core/astrosat/utils/**init**.py] so that you can just import from astrosat.utils instead of astrosat.utils.utils_logging.

Oh that's a good idea cheers, i'll add it in