Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian Dammark 581 posts 1385 karma points
    Feb 24, 2016 @ 08:25
    Sebastian Dammark
    0

    Logfiles grows rapidly after upgrade

    After I upgraded to 7.4.1 my log files are growing rapidly.

    Right now I have 903157 lines of this, just repeating.

    2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Examine, XsltExtensions 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms) 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Flexit.PdfThumbnails, Extension 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms) 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Exslt.ExsltCommon, ExsltCommon 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms) 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Exslt.ExsltDatesAndTimes, ExsltDatesAndTimes 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms) 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Exslt.ExsltMath, ExsltMath 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms) 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Exslt.ExsltRegularExpressions, ExsltRegularExpressions 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms) 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Exslt.ExsltSets, ExsltSets 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms) 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Extension added: urn:Exslt.ExsltStrings, ExsltStrings 2016-02-24 05:42:19,544 [P6472/D4/T14] INFO umbraco.macro - Complete (took 0ms)

    How can I avoid this ?

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Feb 24, 2016 @ 10:21
    Dave Woestenborghs
    100

    Just convert everything to razor. Errors will disappear then.

    Just kidding. It seems that when a xslt macro is executed the loading of the xslt extensions is logged. In my opinion this should be logged as a debug line.

    It seems related to this code line : https://github.com/umbraco/Umbraco-CMS/blob/20f5560767b3f72e94850d930124def00e6f726d/src/Umbraco.Web/umbraco.presentation/macro.cs#L1156

    Maybe raise a issue for it on the tracker ?

    Dave

  • Chriztian Steinmeier 2798 posts 8788 karma points MVP 7x admin c-trib
    Feb 24, 2016 @ 10:40
    Chriztian Steinmeier
    1

    @Dave: I instantly subscribed to this thread just to see who would be the first to throw the Razor card :-)

    Pluspoints awarded for looking into to source, though :-)

    /Chriztian

  • Sebastian Dammark 581 posts 1385 karma points
    Feb 24, 2016 @ 11:35
    Sebastian Dammark
    1

    I changed the following in log4net.config

    From:

    <root>
    <priority value="Info"/>
    <appender-ref ref="AsynchronousLog4NetAppender" /></root>
    

    To:

    <root>
    <priority value="Error"/>
    <appender-ref ref="AsynchronousLog4NetAppender" /></root>
    
Please Sign in or register to post replies

Write your reply to:

Draft