Skip to content

Incorrect documentation - logger #103

@davhparry

Description

@davhparry

Throughout the docs, it defines ipsdk.logging, when the correct syntax is logger

e.g. in the docs

ipsdk.logging.set_level(ipsdk.logging.DEBUG)

whereas, it should be

ipsdk.logger.set_level(ipsdk.logger.DEBUG)

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