changing log level from ERROR to LOG

This commit is contained in:
akemidx 2023-12-07 17:56:10 -05:00
parent dc83689553
commit f112e31b46

View file

@ -354,7 +354,7 @@ class Helper
if ($index >= $total_colors) {
\Log::log('Status label count is '.$index.' and exceeds the allowed count of 266.');
\Log::info('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;