From 9b6663f87a7e679ffba691cf516191fc840cf978 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 24 Nov 2009 19:20:36 -0800 Subject: Update to Kohana r4684 which is now Kohana 2.4 and has substantial changes. --- system/config/log.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 system/config/log.php (limited to 'system/config/log.php') diff --git a/system/config/log.php b/system/config/log.php new file mode 100644 index 00000000..5be2c41e --- /dev/null +++ b/system/config/log.php @@ -0,0 +1,19 @@ + 1, + 'alert' => 2, + 'info' => 3, + 'debug' => 4, +); + +// See different log levels above +$config['log_threshold'] = 1; + +$config['date_format'] = 'Y-m-d H:i:s P'; + +// We can define multiple logging backends at the same time. +$config['drivers'] = array('file'); \ No newline at end of file -- cgit v1.2.3