summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-23 13:15:22 +0100
committerRemi Collet <remi@remirepo.net>2018-03-23 13:15:22 +0100
commit4903991d14aa75c4309e2e34b6f9dc5c31d56105 (patch)
treeea634a388fe10c76f588aecae1f0ad3b68b61e4b /REFLECTION
parent149060296dd0fa4fa2b1ea330eb10d2cdab29768 (diff)
update to 1.8.4
add comments for new options in provided configuration
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION37
1 files changed, 26 insertions, 11 deletions
diff --git a/REFLECTION b/REFLECTION
index 181ff8c..7401319 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,34 +1,43 @@
-Extension [ <persistent> extension #184 SeasLog version 1.7.6 ] {
+Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
- Dependencies {
}
- INI {
- Entry [ seaslog.default_basepath <ALL> ]
+ Entry [ seaslog.default_basepath <SYSTEM> ]
Current = '/var/log/www'
}
- Entry [ seaslog.default_logger <ALL> ]
+ Entry [ seaslog.default_logger <SYSTEM> ]
Current = 'default'
}
- Entry [ seaslog.default_datetime_format <ALL> ]
+ Entry [ seaslog.default_datetime_format <SYSTEM> ]
Current = 'Y-m-d H:i:s'
}
- Entry [ seaslog.default_template <ALL> ]
+ Entry [ seaslog.default_template <SYSTEM> ]
Current = '%T | %L | %P | %Q | %t | %M'
}
- Entry [ seaslog.disting_type <ALL> ]
+ Entry [ seaslog.disting_folder <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ seaslog.disting_type <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ seaslog.disting_by_hour <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ seaslog.use_buffer <SYSTEM> ]
Current = '0'
}
- Entry [ seaslog.disting_by_hour <ALL> ]
+ Entry [ seaslog.trace_notice <ALL> ]
Current = '0'
}
- Entry [ seaslog.use_buffer <ALL> ]
+ Entry [ seaslog.trace_warning <ALL> ]
Current = '0'
}
Entry [ seaslog.trace_error <ALL> ]
Current = '1'
}
- Entry [ seaslog.trace_exception <ALL> ]
+ Entry [ seaslog.trace_exception <SYSTEM> ]
Current = '0'
}
Entry [ seaslog.buffer_size <ALL> ]
@@ -37,9 +46,15 @@ Extension [ <persistent> extension #184 SeasLog version 1.7.6 ] {
Entry [ seaslog.level <ALL> ]
Current = '8'
}
- Entry [ seaslog.appender <ALL> ]
+ Entry [ seaslog.recall_depth <ALL> ]
+ Current = '0'
+ }
+ Entry [ seaslog.appender <SYSTEM> ]
Current = '1'
}
+ Entry [ seaslog.appender_retry <ALL> ]
+ Current = '0'
+ }
Entry [ seaslog.remote_host <ALL> ]
Current = '127.0.0.1'
}
@@ -58,7 +73,7 @@ Extension [ <persistent> 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 }