improve datastore logging

current status

When loading from datastore with the get method, MLAir logs something like stations(general)=None on debug level.

problem

This logging looks like a None value has been loaded from datastore

how to solve

  • Try to adjust the track parameter decorator to wrap around the entire get method and add the return value to the logging message too
Edited by Ghost User