Skip to content

Setting LOGLEVEL leads to crash (<-> #83) #87

@Jintram

Description

@Jintram

Additional to issue #83, also setting the LOGLEVEL now doesn't work any more.

$ export LOGLEVEL=DEBUG
$ ./simple.py 
Traceback (most recent call last):
  File "./simple.py", line 12, in <module>
    from egfrd import *
  File "/home/jintram/jintram_jul2012_egfrd/egfrd.py", line 31, in <module>
    from gfrdbase import *
  File "/home/jintram/jintram_jul2012_egfrd/gfrdbase.py", line 71, in <module>
    setup_logging()
  File "/home/jintram/jintram_jul2012_egfrd/gfrdbase.py", line 63, in setup_logging
    handler.logger.manager.level = _gfrd.CppLoggerHandler.translateLevelValue(levelvalue)
AttributeError: type object 'CppLoggerHandler' has no attribute 'translateLevelValue'

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