Ghost.py icon indicating copy to clipboard operation
Ghost.py copied to clipboard

No handlers could be found for logger "ghost"

Open HarmJ0y opened this issue 11 years ago • 3 comments

On certain occasions while using Ghost, I've gotten a 'No handlers could be found for logger "ghost"' error. I'm pretty sure that this is due to not setting a file or stream handler for the default logging object created at https://github.com/jeanphix/Ghost.py/blob/master/ghost/ghost.py#l74 . So use of the Logger() method accessing the underlying "logger" object will sometimes produce errors.

HarmJ0y avatar Feb 10 '14 15:02 HarmJ0y

Hello, how to fix this problem? Sorry if question is so stupid.

dmgl avatar Aug 20 '14 15:08 dmgl

Also running into this problem. It looks as though it is a warning, not an error, but I'd rather not have extra messages output by my program.

taliastocks avatar Sep 26 '14 16:09 taliastocks

I am also facing the same error!

a1Gupta avatar Oct 01 '14 12:10 a1Gupta