Proper logging
vogdb opened this issue · 0 comments
vogdb commented
- Use a proper
logging
instead ofprint
. See https://github.com/research-team/memristive-spinal-cord/blob/master/memristive_spinal_cord/layer_2/Nucleus.py#L14 for an example. - Move
logging.conf
out oflayer_2
. - a log module/class would be nice to have. Research for general practices of logging in python and implement the best for us.