apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.07k stars 344 forks source link

Difference in change logs format for change status #2570

Open tyagian opened 6 years ago

tyagian commented 6 years ago

I observed we have different changelogs format for change status [admin down, reported, online] of servers.

  1. APICHANGE Updated ADMIN_DOWN server: { }
  2. APICHANGE Updated status [ ADMIN_DOWN ]

First, have Updated ADMIN_DOWN and second have Updated status [ ADMIN_DOWN ] Second is quite common but sometimes I find first also. Do we have kept it different for any reason?

dangogh commented 6 years ago
  1. would appear to come from here: https://github.com/apache/trafficcontrol/blob/master/traffic_ops/traffic_ops_golang/server/servers.go#L173
zrhoffman commented 3 years ago

@tyagian Would you please provide an example that produces the first changelog message format that you observed?