changing log level from ERROR to LOG

This commit is contained in:
akemidx 2023-12-07 17:50:25 -05:00
parent e483e910fe
commit dc83689553

View file

@ -354,7 +354,7 @@ class Helper
if ($index >= $total_colors) {
\Log::error('Status label count is '.$index.' and exceeds the allowed count of 266.');
\Log::log('Status label count is '.$index.' and exceeds the allowed count of 266.');
//patch fix for array key overflow (color count starts at 1, array starts at 0)
$index = $index - $total_colors - 1;