From 4903991d14aa75c4309e2e34b6f9dc5c31d56105 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Mar 2018 13:15:22 +0100 Subject: update to 1.8.4 add comments for new options in provided configuration --- REFLECTION | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 181ff8c..7401319 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,34 +1,43 @@ -Extension [ extension #184 SeasLog version 1.7.6 ] { +Extension [ extension #194 SeasLog version 1.8.4 ] { - Dependencies { } - INI { - Entry [ seaslog.default_basepath ] + Entry [ seaslog.default_basepath ] Current = '/var/log/www' } - Entry [ seaslog.default_logger ] + Entry [ seaslog.default_logger ] Current = 'default' } - Entry [ seaslog.default_datetime_format ] + Entry [ seaslog.default_datetime_format ] Current = 'Y-m-d H:i:s' } - Entry [ seaslog.default_template ] + Entry [ seaslog.default_template ] Current = '%T | %L | %P | %Q | %t | %M' } - Entry [ seaslog.disting_type ] + Entry [ seaslog.disting_folder ] + Current = '1' + } + Entry [ seaslog.disting_type ] + Current = '0' + } + Entry [ seaslog.disting_by_hour ] + Current = '0' + } + Entry [ seaslog.use_buffer ] Current = '0' } - Entry [ seaslog.disting_by_hour ] + Entry [ seaslog.trace_notice ] Current = '0' } - Entry [ seaslog.use_buffer ] + Entry [ seaslog.trace_warning ] Current = '0' } Entry [ seaslog.trace_error ] Current = '1' } - Entry [ seaslog.trace_exception ] + Entry [ seaslog.trace_exception ] Current = '0' } Entry [ seaslog.buffer_size ] @@ -37,9 +46,15 @@ Extension [ extension #184 SeasLog version 1.7.6 ] { Entry [ seaslog.level ] Current = '8' } - Entry [ seaslog.appender ] + Entry [ seaslog.recall_depth ] + Current = '0' + } + Entry [ seaslog.appender ] Current = '1' } + Entry [ seaslog.appender_retry ] + Current = '0' + } Entry [ seaslog.remote_host ] Current = '127.0.0.1' } @@ -58,7 +73,7 @@ Extension [ extension #184 SeasLog version 1.7.6 ] { } - Constants [16] { - Constant [ string SEASLOG_VERSION ] { 1.7.6 } + Constant [ string SEASLOG_VERSION ] { 1.8.4 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { ALL } Constant [ string SEASLOG_DEBUG ] { DEBUG } -- cgit