Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace print with logging API. #13

Open
saitoicepp opened this issue Dec 7, 2023 · 0 comments
Open

Replace print with logging API. #13

saitoicepp opened this issue Dec 7, 2023 · 0 comments

Comments

@saitoicepp
Copy link

elmond uses raw print instead of the logging API. This causes uncontrollable noisy log messages. It's better to replace print() with log.debug().

print("time_added={0}".format(time_added))

print("begin_ts={0}, end_ts={1}".format(time_filters['begin'], time_filters['end']))

print("begin={0}".format(begin))

print("end={0}".format(end))

print("filters: {0}".format(filters))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant