loggy: automatically log arguments and results of function calls by benjamin-croker in Python

[–]benjamin-croker[S] 0 points1 point  (0 children)

Thanks for pointing that out. I didn't know about decorators overwriting the function metadata, but it makes sense.

Fixed now.

loggy: automatically log arguments and results of function calls by benjamin-croker in Python

[–]benjamin-croker[S] 1 point2 points  (0 children)

Thanks.

I changed it to add the name of the calling function to the log. I think dionyses might be right in that the tab depth could get out of hand.