config/log4php.xml
changeset 0 4869aea77e21
child 8 54ea0099329c
new file mode 100644
--- /dev/null
+++ b/config/log4php.xml
@@ -0,0 +1,11 @@
+<?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>