Open martinkunc opened 6 years ago
STR:
DEBU[2381] Uploading AppOptics measurements batchtime2018-03-19 11:24:15 +0100 CETnumMeasurements10globalTagsmap[hostname:brn-dev-mkun]
Wouldn't it be better to use private logger instance to separate appoptics logging completelly ? Like:
var log = logrus.New()
What do you think ?
Ok 9 months later I finally get back to you. Yes this is a good idea, and we'll end up implementing it for 1.0.0 now that we have full feature coverage of the API.
STR:
Wouldn't it be better to use private logger instance to separate appoptics logging completelly ? Like:
What do you think ?