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

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions