You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that agent/tcs/handler.go underwent an incomplete conversion to seelog in commit c742a29. This results in some of the logs that it generates being formatted incorrectly. For example:
2017-01-27T18:39:21Z [INFO] Error from tcs; backing offerrunexpected EOF
generated by line 79:
log.Info("Error from tcs; backing off", "err", tcsError)
The text was updated successfully, but these errors were encountered:
It appears that
agent/tcs/handler.go
underwent an incomplete conversion to seelog in commit c742a29. This results in some of the logs that it generates being formatted incorrectly. For example:2017-01-27T18:39:21Z [INFO] Error from tcs; backing offerrunexpected EOF
generated by line 79:
log.Info("Error from tcs; backing off", "err", tcsError)
The text was updated successfully, but these errors were encountered: