Github user rob05c commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafficcontrol/pull/729#discussion_r129972217
  
    --- Diff: traffic_monitor_golang/common/log/log.go ---
    @@ -95,6 +97,11 @@ func Eventf(t time.Time, format string, v 
...interface{}) {
        Event.Printf("%.3f %s", 
float64(t.Unix())+(float64(t.Nanosecond())/1e9), fmt.Sprintf(format, v...))
     }
     
    +// EventfRaw writes to the event log with no prefix.
    +func EventfRaw(format string, v ...interface{}) {
    --- End diff --
    
    No, it's using the Event logger for `access.log`. Which seemed to make 
sense, accesses are events for this app.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to