diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-12 11:04:33 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-12 11:04:33 +0100 | 
| commit | df3dcddff2a9e7bf94d8791b865fe2e2a478c66f (patch) | |
| tree | a467d000bb1425c51cca8bd58cfac326da30a549 /PHPINFO | |
| parent | bf2173a5422d84cc327b1956436e0bc91e59ea2d (diff) | |
update to 2.0.2
add dependency on %{?scl_prefix}php-json
add new runtime option in provided configuration
Diffstat (limited to 'PHPINFO')
| -rw-r--r-- | PHPINFO | 9 | 
1 files changed, 8 insertions, 1 deletions
@@ -2,7 +2,7 @@  SeasLog  SeasLog support => Enabled -SeasLog Version => 1.9.1 +SeasLog Version => 2.0.2  SeasLog Author => Chitao.Gao  [ neeke@php.net ]  SeasLog Supports => https://github.com/SeasX/SeasLog @@ -31,3 +31,10 @@ seaslog.remote_timeout => 1 => 1  seaslog.trim_wrap => Off => Off  seaslog.throw_exception => On => On  seaslog.ignore_warning => On => On +seaslog.trace_performance => Off => Off +seaslog.trace_performance_sample_rate => 10 => 10 +seaslog.trace_performance_start_depth => 1 => 1 +seaslog.trace_performance_max_depth => 5 => 5 +seaslog.trace_performance_max_functions_per_depth => 5 => 5 +seaslog.trace_performance_min_wall_time => 1000 => 1000 +seaslog.trace_performance_min_function_wall_time => 10 => 10  | 
