edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

remove logging #18

Closed hsharrison closed 5 years ago

hsharrison commented 5 years ago

Closes #16.

I kept the logging in the case of TrackedObject.change when the arg message is passed, to keep backward compatibility (nothing else is done with message).

edelooff commented 5 years ago

Resolved via #17 instead.