Github user zwoop commented on the issue:

    https://github.com/apache/trafficserver/pull/884
  
    Doing a quick git grep, I a few places that might need more cleanup?
    
    proxy/logging/Log.h:    SEND_NON_XML_CUSTOM_FMTS,
    proxy/logging/Log.h:    SEND_STD_AND_NON_XML_CUSTOM_FMTS,
    proxy/logging/LogFilter.cc:LogFilterString::display_as_XML(FILE *fd)
    proxy/logging/LogFilter.cc:LogFilterInt::display_as_XML(FILE *fd)
    proxy/logging/LogFilter.cc:LogFilterIP::display_as_XML(FILE *fd)
    proxy/logging/LogFilter.cc:LogFilterList::display_as_XML(FILE *fd)
    proxy/logging/LogFilter.cc:    f->display_as_XML(fd);
    proxy/logging/LogFilter.h:  virtual void display_as_XML(FILE *fd = stdout) 
= 0;
    proxy/logging/LogFilter.h:  void display_as_XML(FILE *fd = stdout);
    proxy/logging/LogFilter.h:  void display_as_XML(FILE *fd = stdout);
    proxy/logging/LogFilter.h:  void display_as_XML(FILE *fd = stdout);
    proxy/logging/LogFilter.h:  void display_as_XML(FILE *fd = stdout);
    proxy/logging/LogFormat.cc:LogFormat::displayAsXML(FILE *fd)
    proxy/logging/LogFormat.h:  void displayAsXML(FILE *fd = stdout);
    proxy/logging/LogObject.cc:LogObject::displayAsXML(FILE *fd, bool extended)
    proxy/logging/LogObject.cc:    m_format->displayAsXML(fd);
    proxy/logging/LogObject.cc:    m_filter_list.display_as_XML(fd);
    proxy/logging/LogObject.h:  void displayAsXML(FILE *fd = stdout, bool 
extended = false);


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to