Skip to content

logger.notice not working on some machines #32

@sahilmtayade

Description

@sahilmtayade

Hi,

On some of my machines, logger.notice just does not work. Here is how I confirm:

$ python
Python 3.12.4 | packaged by Anaconda, Inc. | (main, Jun 18 2024, 10:07:17) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from logger_tt import logger
>>> logger.notice("hi")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'ExceptionLogger' object has no attribute 'notice'

Immediately after I check my version:

$ pip install -U logger_tt
Requirement already satisfied: logger_tt in /Users/me/miniconda3/envs/env_name/lib/python3.12/site-packages (1.7.3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions