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