On Apr 22, 9:48 pm, [EMAIL PROTECTED] wrote:
> 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
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')
> > ..
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')
> .. and start logging.
>
> The thorn in my side is that after the fileConfi
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