Hey,
I have a sort of petty-neurotic question, I'm kinda pedantic and like
to keep my log directories clean, and this thing is bothering me to
the point of actually posting a question (couldn't find any post about
this..).
My application has two types of components: daemons and regular ones
that
On Apr 22, 12:57 pm, Miki <[EMAIL PROTECTED]> wrote:
> Hello,
>
>
>
> > So far so good. In the relevant applications, the code looks something
> > like this:
> > logging.config.fileConfig('log.ini')
> > logger = logging.getLogger('log.regular') logger =
> > logging.getLogger('log.daemonic')
> > ..