Skip to content

Replace print with logging API. #13

Description

@saitoicepp

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions