config/log4php.xml
author Markus Bröker <broeker.markus@googlemail.com>
Thu, 12 Nov 2015 14:39:16 +0100
changeset 0 4869aea77e21
child 8 54ea0099329c
permissions -rw-r--r--
Bröker-Framework BFW-1

<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns="http://logging.apache.org/log4php/">
    <appender name="default" class="LoggerAppenderFile">
        <layout class="LoggerLayoutSimple"/>
        <param name="file" value="/var/www/vhosts/TicketSystem/logs/tickets.log"/>
        <param name="append" value="true"/>
    </appender>
    <root>
        <appender_ref ref="default"/>
    </root>
</configuration>