You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys. would it be possible having a better logging level for yowsup? Someone gave me this "code" to implement in the logging:
yowsup would need to put something like this in their logging code:
import inspect
(frame, filename, line_number, function_name, lines, index) = inspect.getouterframes(inspect.currentframe())[2]
theirloggingfunction("file: {0}, line: {1}, function: {2}".format(filename, line_number, function_name))
maybe this could help ?
The text was updated successfully, but these errors were encountered:
Hey guys. would it be possible having a better logging level for yowsup? Someone gave me this "code" to implement in the logging:
yowsup would need to put something like this in their logging code:
import inspect
(frame, filename, line_number, function_name, lines, index) = inspect.getouterframes(inspect.currentframe())[2]
theirloggingfunction("file: {0}, line: {1}, function: {2}".format(filename, line_number, function_name))
maybe this could help ?
The text was updated successfully, but these errors were encountered: