diff --git a/source/lib/SihnonFramework/Log/Plugin/Console.class.php b/source/lib/SihnonFramework/Log/Plugin/Console.class.php index 565e791..d56017a 100644 --- a/source/lib/SihnonFramework/Log/Plugin/Console.class.php +++ b/source/lib/SihnonFramework/Log/Plugin/Console.class.php @@ -34,6 +34,7 @@ class SihnonFramework_Log_Plugin_Console extends SihnonFramework_Log_PluginBase // Make some alterations for ease of display $fields_map['timestamp'] = date('d/m/y H:i:s', $fields_map['ctime']); + $fields_map['shortfile'] = basename($fields_map['file']); // split the map back out again now the modifications have been made $fields = array_keys($fields_map);