-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
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
| echo >&2 -e "INFO ${message}" |
Is there a reason the library does this way or it's a defect? Thanks in advance.