config/log4php.xml
author Markus Bröker <broeker.markus@googlemail.com>
Thu, 12 Nov 2015 22:01:14 +0100
changeset 4 d9298ea00d20
parent 0 4869aea77e21
child 8 54ea0099329c
permissions -rw-r--r--
Templates nutzen die neue MVC-Struktur

<?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>