haystack / YouPS

YouPS: An email automation tool that makes your email management easy! 😎
11 stars 5 forks source link

decorator logging #122

Open lukesmurray opened 5 years ago

lukesmurray commented 5 years ago

We currently use @property and @var.setter to set and get things on the engine/models.

We want to wrap these so that the @property logs the current value and @var.setter logs var's previous value and var's new value

soyapark commented 5 years ago

this feature is an essential part of #87

soyapark commented 5 years ago

Can we make some progress for this feature (#87)? As we have seen from our deployment, we need more affordance for debugging and line-by-line debugging seems like a good way to pursue

lukesmurray commented 5 years ago

will work on this today

lukesmurray commented 5 years ago

in progress on #175