Open snukky opened 3 years ago
We should set up proper logging in OCELoT apps, and clean up print calls used for logging debug messages.
print
Logging in development could write to both ocelot.log and to stdout of runserver.
ocelot.log
runserver
This would be a good first issue 🍰
We should set up proper logging in OCELoT apps, and clean up
print
calls used for logging debug messages.Logging in development could write to both
ocelot.log
and to stdout ofrunserver
.