Skip to content

[Refactor] : Use logging module instead of print for better maintainability #10

@kartikgajjar7

Description

@kartikgajjar7

the current codebase is using print statements for logging processes and updates using print()

benefits of using built in logging module instead of print():

  • good supports log levels like : DEBUG, INFO, WARNING, ERROR, CRITICAL
  • easy to see where and when (even what line number) a logging call is being made from

I'd be happy to take this up and raise a PR if approved and assigned to me
@shemos @ashutosh091

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions