No it's irrevelant. I just change where it stores the logs by default. I
changed all appenders to LoggerAppenderRollingFile just incase and it saved
into butigo.log in project root with following commands I issued in php-cli:

$log = Logger::getLogger('warehouse');
$log->info('test1');


---
Quis custodiet ipsos custodes?


On Thu, Nov 14, 2013 at 4:57 PM, Vladimír Gorej <go...@codescale.net> wrote:

> It is hard to say, because ButigoLoggerAppenderRollingFile is not standard
> log4php appender. Custom php code that this appender contains may prevent
> it from properly logging.
>
>
> On Thu, Nov 14, 2013 at 2:13 PM, Alper Kanat <tu...@raptiye.org> wrote:
>
>> Hi,
>>
>> I have the attached logger.inc.php configuration file added in our
>> project. Then in the code, I get a logger with the following code:
>>
>> $log = Logger::getLogger('warehouse');
>>
>> However all log lines are written into root logger's appender and the
>> appender file for 'warehouse' logger remains empty.
>>
>> What am I missing?
>>
>> ---
>> Quis custodiet ipsos custodes?
>>
>
>
>
> --
>
> Vladimír Gorej | CodeScale s.r.o.
> email: go...@codescale.net
> tel: +420 777 861 279, +421 948 023 011
> web: http://www.codescale.net
>
>

Reply via email to