Files
oslo.log/oslo_log/helpers.py
Kiseok Kim 14a496ff91 Fix bug in log_method_call decorator
log_method_call decorator miss first argument of staticmethod and function.
the cause of bug is wrong start position of argument array for staticmethod.
This patch adds a bug fix and test code.

Change-Id: Id83378ba5954a855f18a4fdcfd22d2c7887991b2
Closes-Bug: #1672283
2017-05-25 14:43:02 +00:00

2.1 KiB