Skip to content

Syncode logger is modifying the default logger object instead of creating a new one #246

@HJJ256

Description

@HJJ256

I was trying to use the logger that I had configured in my local common_util module. I was not receiving any debug logs even after setting the log level to debug because syncode sets up the log level to info here:

common.setup_logging()

def setup_logging(level=None):

As syncode is an external package, can we consider renaming the logger in this package to something like 'syncode-logger' so that it does not conflict with end product logging configs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions