gruntwork-io / go-commons

A standard library to use in all Gruntwork CLI tools
https://www.gruntwork.io/
MIT License
35 stars 26 forks source link

logging.GetLogger does not do what we think it does #17

Open yorinasub17 opened 5 years ago

yorinasub17 commented 5 years ago

WithField returns a logrus.Entry which contains the field information. We then return the attached Logger object, but logrus.Logger does not actually point back to the Entry. So we lose the Field information on return.