Description
When formatting using %.10F notation, the number is truncated from the end of string. Rather, it should truncate to the size of $this->max
Propose for line LoggerPatternConverter.php:98
$sbuf .= substr($s, ($this>max), $this->max);
When formatting using %.10F notation, the number is truncated from the end of string. Rather, it should truncate to the size of $this->max
Propose for line LoggerPatternConverter.php:98
$sbuf .= substr($s, ($this>max), $this->max);