networknt / light-bot

A microservice based DevOps agent that handles multiple repositories and dependencies
Apache License 2.0
7 stars 3 forks source link

Light bot build reporting normal info/warn level messages as Error #105

Open santoshaherkar opened 3 years ago

santoshaherkar commented 3 years ago

e.g. git checkout operation messages like "already on develop" is also reported as ERROR. All such messages should be reported at info or warning level. Anything reported at ERROR level should stop the process; if it's continuing then it should not be ERROR level message.