Analysing my logs I found a message like "INFO exec java ..." with error level. After some investigation I found out that it's because of the log_info function implementation:
|
echo >&2 -e "INFO ${message}" |
Is there a reason the library does this way or it's a defect? Thanks in advance.
Analysing my logs I found a message like "INFO exec java ..." with error level. After some investigation I found out that it's because of the log_info function implementation:
cct_module/jboss/container/util/logging/bash/artifacts/opt/jboss/container/util/logging/logging.sh
Line 23 in 23376a5
Is there a reason the library does this way or it's a defect? Thanks in advance.