From df3dcddff2a9e7bf94d8791b865fe2e2a478c66f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Feb 2019 11:04:33 +0100 Subject: update to 2.0.2 add dependency on %{?scl_prefix}php-json add new runtime option in provided configuration --- PHPINFO | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 3c6d732..120c120 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 -- cgit