ironman5366 / W.I.L.L

A python written personal assistant
https://willbeddow.com
MIT License
377 stars 58 forks source link

Logger throws exception if config information isn't found #23

Closed brenttaylor closed 8 years ago

brenttaylor commented 8 years ago

A proper error should be sent to stderr and the application should exit if information on the logger couldn't be found.

Rich700000000000 commented 8 years ago

Yeah, I got that myself a few times.. Could we define an error?

brenttaylor commented 8 years ago

I'll hammer it out in a bit.

Rich700000000000 commented 8 years ago

So, this error is closed, right?

brenttaylor commented 8 years ago

Correct. It throws an error to the console buffer explaining the problem and exits.