config/log4php.xml
changeset 0 4869aea77e21
child 8 54ea0099329c
equal deleted inserted replaced
-1:000000000000 0:4869aea77e21
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns="http://logging.apache.org/log4php/">
       
     3     <appender name="default" class="LoggerAppenderFile">
       
     4         <layout class="LoggerLayoutSimple"/>
       
     5         <param name="file" value="/var/www/vhosts/TicketSystem/logs/tickets.log"/>
       
     6         <param name="append" value="true"/>
       
     7     </appender>
       
     8     <root>
       
     9         <appender_ref ref="default"/>
       
    10     </root>
       
    11 </configuration>