Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

[BBPBGLIB-1063] nerodamus holds logging #231

@WeinaJi

Description

@WeinaJi

https://bbpteam.epfl.ch/project/issues/browse/BBPBGLIB-1063

User reported that it is not possible to set the logging level after import neurodamus is used.

this prints:

import logging
logging.basicConfig(level=logging.INFO)
import neurodamus
logging.info("bau")

this does not print:

import logging
import neurodamus
logging.basicConfig(level=logging.INFO)
logging.info("bau")

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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