在啓用屬性的狀況下啓動 Confluence 6

在一些狀況下,你能夠但願 Confluence 在系統啓動的時候就對屬性文件進行打印。若是你的 Confluence 常常進行重啓,而且你可能忘記來啓動針對系統診斷的屬性文件日誌開關。web

編輯 CONFLUENCE_HOME\confluence\WEB-INF\web.xml 文件。你應該能夠在文件中看到與下面輸出內容相似的行。設置 autostart 參數爲 true:日誌

<filter>
        <filter-name>profiling</filter-name>
        <filter-class>com.atlassian.confluence.util.profiling.ConfluenceProfilingFilter</filter-class>
        <init-param>
            <!-- specify the which HTTP parameter to use to turn the filter on or off -->
            <!-- if not specified - defaults to "profile.filter" -->
            <param-name>activate.param</param-name>
            <param-value>profile</param-value>
        </init-param>
        <init-param>
            <!-- specify the whether to start the filter automatically -->
            <!-- if not specified - defaults to "true" -->
            <param-name>autostart</param-name>
            <param-value>true</param-value>
        </init-param>
    </filter>

若是你但願 Confluence 在重啓的時候不記錄屬性日誌或者你的屬性日誌過大的話,你能夠將這個參數從新設置爲  false 。orm

 

https://www.cwiki.us/display/CONF6ZH/Troubleshooting+Slow+Performance+Using+Page+Request+Profilingxml

相關文章
相關標籤/搜索