locked
IIS10 Enhanced Logging Seperator RRS feed

  • Question

  • User1604692006 posted

    Hi,

    I've recently migrated to IIS10 from IIS7 + Advanced Logger and had ";" as log separator for phrasing logs. (it was edited on schemaXML)

    IIS10 doesn't support Advanced logger so i used the Enhanced Logging module on IIS10.

    now the issue is that my logs can't be phrased with " " separator, i need to replace it back to ";" but can't find any solution online.

    I'm using W3C format logs.

    is there any solution for this matter? 

    Thanks!

    Wednesday, January 25, 2017 2:13 PM

All replies

  • User-460007017 posted

    Hi coolvitteam,

    I'm afraid there is no place to replace " " with ";" in IIS manager. If you need a separator to separate the log data , you could just use the IIS format which is separated by ",".

    Of course ,there is another alternative choice to achieve your requirement, develop a custom log module to use your custom log format could be available:

    https://msdn.microsoft.com/library/ms524679(VS.90).aspx

    Best Regards,

    Yuk Ding

    Thursday, January 26, 2017 6:34 AM
  • User1604692006 posted

    Hi Yuk, Thanks for you replay,

    unfortunately using other format other then W3C cancel our custom fields, which is very important for us. 

    so what you're saying is that there is not solution ATM other then creating our own custom log..

    Thursday, January 26, 2017 9:13 AM
  • User-460007017 posted

    Hi coolvitteam,

    It seems that there is no place to add ; to W3C log format.

    Best Regards,

    Yuk Ding

    Tuesday, February 7, 2017 8:25 AM