OpenLiberty / ci.maven

Maven plugins for managing Liberty profile servers #devops
Apache License 2.0
130 stars 91 forks source link

devc shows information messages as errors #1707

Closed gkwan-ibm closed 1 year ago

gkwan-ibm commented 1 year ago

I am not sure

When I ran mvn liberty:devc on Linux VM, I got following [Error] messages but I think they are information messages. I tried LMP 3.8.2 and 3.7.1. Both have this issue.

Screenshot 2023-07-07 at 11 54 44 AM

cherylking commented 1 year ago

This is the line responsible for choosing to log those as error messages. They are coming from the error stream. Not sure why those are in the error stream, but our plugin is logging based off that.

gkwan-ibm commented 1 year ago

Maybe it is the root

cherylking commented 1 year ago

@gkwan-ibm Yes, that issue you pointed to seems to be the root cause. I'm inclined to close this issue since we are just the intermediary. Do you object?

gkwan-ibm commented 1 year ago

@gkwan-ibm Yes, that issue you pointed to seems to be the root cause. I'm inclined to close this issue since we are just the intermediary. Do you object?

No