Re: Re: Re: Re: Re: Illogical logging by rootLogger

2010-03-04 Thread Christian Grobmeier
" or something You could create a new Jira Feature issue on that. If you like, you can also add a patch to this issue and I will review and apply it Cheers > > Florian > > > > Von: > Christian Grobmeier > An: > Log4PHP User > Datum: > 04.03.2010 09:29 > Bet

Antwort: Re: Re: Re: Re: Illogical logging by rootLogger

2010-03-04 Thread Florian Platzer
: Re: Re: Illogical logging by rootLogger Florian, i have found the solution. Its a bit weird. However, please configure the appender FIRST, and then the Loggers. I think this is worth a fix. Let me know if that helps you Christian On Wed, Mar 3, 2010 at 3:01 PM, Florian Platzer wrote: >

Re: Re: Re: Re: Illogical logging by rootLogger

2010-03-04 Thread Christian Grobmeier
hristian Grobmeier > An: > Log4PHP User > Datum: > 03.03.2010 14:55 > Betreff: > Re: Re: Re: Illogical logging by rootLogger > > > > Ok - so with your current setup you should see the 'Testlog" on echo > the dailyfile might be created when configuration o

Re: Re: Re: Re: Re: Illogical logging by rootLogger

2010-03-03 Thread Christian Grobmeier
or occured and currently you don't have to spend time in > writing testcases ;) > > > > Von: > Christian Grobmeier > An: > Log4PHP User > Datum: > 03.03.2010 15:16 > Betreff: > Re: Re: Re: Re: Illogical logging by rootLogger > > > > wow, I think I

Antwort: Re: Re: Re: Re: Illogical logging by rootLogger

2010-03-03 Thread Florian Platzer
Of course! First the bad news: It doesn't work :( Good news: No error occured and currently you don't have to spend time in writing testcases ;) Von: Christian Grobmeier An: Log4PHP User Datum: 03.03.2010 15:16 Betreff: Re: Re: Re: Re: Illogical logging by rootLogger wow, I th

Re: Re: Re: Re: Illogical logging by rootLogger

2010-03-03 Thread Christian Grobmeier
uot;, then I get the same > result - nothing. > > Xml in general is absolutely no problem, but due to the documentation php > config was easier to understand/work with it. > > > > Von: > Christian Grobmeier > An: > Log4PHP User > Datum: > 03.03.2010 14:55 > Be

Antwort: Re: Re: Re: Illogical logging by rootLogger

2010-03-03 Thread Florian Platzer
Von: Christian Grobmeier An: Log4PHP User Datum: 03.03.2010 14:55 Betreff: Re: Re: Re: Illogical logging by rootLogger Ok - so with your current setup you should see the 'Testlog" on echo the dailyfile might be created when configuration of log4php happens - would need a look into cod

Re: Re: Re: Illogical logging by rootLogger

2010-03-03 Thread Christian Grobmeier
as been removed > > But I noticed, that the dailyfile.log will be created (without content), > so in any way the config seems to work ;) > > Florian > > > > Von: > Christian Grobmeier > An: > Log4PHP User > Datum: > 03.03.2010 14:42 > Betreff: > Re

Antwort: Re: Re: Illogical logging by rootLogger

2010-03-03 Thread Florian Platzer
orian Von: Christian Grobmeier An: Log4PHP User Datum: 03.03.2010 14:42 Betreff: Re: Re: Illogical logging by rootLogger Hi, how do you instantiate your logger object? I mean code like: $logger = Logger::getLogger("b"); for the ldap And I think you need to remove threshold="A

Re: Re: Illogical logging by rootLogger

2010-03-03 Thread Christian Grobmeier
> > > > > > > But now there is nothing logged any more, so I think that any tags are not > configured properly... > Could you please check this? > > Florian > > > > Von: > Christian Grobmeier > An: > Log4

Antwort: Re: Illogical logging by rootLogger

2010-03-03 Thread Florian Platzer
An: Log4PHP User Datum: 03.03.2010 13:51 Betreff: Re: Illogical logging by rootLogger Hi, at first glance, I would think the same. I will need to try it out. However - please have in mind that the php configuration is still experimental. Maybe you are running into a bug here. Did you try the

Re: Illogical logging by rootLogger

2010-03-03 Thread Christian Grobmeier
Hi, at first glance, I would think the same. I will need to try it out. However - please have in mind that the php configuration is still experimental. Maybe you are running into a bug here. Did you try the old fashioned way with xml or property file? Christian On Wed, Mar 3, 2010 at 1:44 PM, Fl

Illogical logging by rootLogger

2010-03-03 Thread Florian Platzer
I created the following log4php configuration file and wondered, why a $logger->debug('xyz') on ldap-logger created an formatted log4php-output on the webpage: return array( 'rootLogger' => array( 'level' => 'FATAL',