VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Turn Log into actual logging module #98

Closed mmaelicke closed 3 years ago

mmaelicke commented 4 years ago

Right now Log is only used to keep track of migrations. With classmethods like Log.error, Log.info, the models or API could persist maintenance messages to the database. Maybe a Log.metacatalog_version column is helpful.