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