Github user SolidWallOfCode commented on the pull request:

    https://github.com/apache/trafficserver/pull/229#issuecomment-116773852
  
    I discussed this with Bryan and Susan and we think the least worst option 
is to put two milestone indices in the `LogField` class. The code in 
`LogFormat.cc` that creates the `LogField` instances has no provisions for 
creating sublcasses, which IMHO is a problem but outside the scope of this bug. 
Therefore we recommend adding two milestone indices to `LogField` and storing 
the appropriate milestone indices there in the constructor (by doing the lookup 
in the map)  and then using those (instead of doing the lookup) during actual 
logging operations.


---
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