Ghost.py
Ghost.py copied to clipboard
No handlers could be found for logger "ghost"
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.
Hello, how to fix this problem? Sorry if question is so stupid.
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.
I am also facing the same error!