[
https://issues.apache.org/jira/browse/CLOUDSTACK-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16315791#comment-16315791
]
ASF GitHub Bot commented on CLOUDSTACK-10215:
---------------------------------------------
rhtyd closed pull request #2391: CLOUDSTACK-10215: Excessive log4j debug level
in CPVM could lead to FS overflow
URL: https://github.com/apache/cloudstack/pull/2391
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/systemvm/agent/conf/log4j-cloud.xml
b/systemvm/agent/conf/log4j-cloud.xml
index f4ad65ed66e..749d2fe8964 100644
--- a/systemvm/agent/conf/log4j-cloud.xml
+++ b/systemvm/agent/conf/log4j-cloud.xml
@@ -87,11 +87,11 @@ under the License.
<!-- ================ -->
<category name="com.cloud">
- <priority value="DEBUG"/>
+ <priority value="INFO"/>
</category>
<category name="org.apache.cloudstack">
- <priority value="DEBUG"/>
+ <priority value="INFO"/>
</category>
<!-- Limit the org.apache category to INFO as its DEBUG is verbose -->
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Excessive log4j debug level in CPVM, SSVM could lead to FS overflow
> -------------------------------------------------------------------
>
> Key: CLOUDSTACK-10215
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10215
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: cloudstack-agent
> Affects Versions: 4.10.0.0
> Reporter: Ivan Kudryavtsev
>
> com.cloud scope has DEBUG level and CPVM logs very much which could to FS of
> /var/log overflow.
> {{2018-01-06 06:13:57,069 DEBUG
> [cloud.consoleproxy.ConsoleProxyAjaxImageHandler] (Thread-4159:null)
> AjaxImageHandler
> /ajaximg?token=RcHSrvzegyrjZAlc1Wjifcwv9P8WwK3eH63SuIS8WFFGssxymmjdYkZ4-S4ilY1UHxX612Lt_5Xi1Z5JaoCfDSf_UCi8lTIsPEBlDpUEWQg1IblYu0HxvoDugX9J4XgAdpj74qg_U4pOs74dzdZFB50PB_HxcMhzUqd5plH914PmRDw5k0ONaa183CsGa7DcGVvWaR_eYP_8_CArahGAjHt04Kx227tjyMx4Zaju7iNyxpBWxtBC5YJyj8rjv7IeA_0Pevz91pWn6OE1pkeLwGeFSV8pZw4BWg95SG97A-I&key=2020&ts=1515219237015
> 2018-01-06 06:13:57,070 DEBUG
> [cloud.consoleproxy.ConsoleProxyHttpHandlerHelper] (Thread-4159:null) decode
> token. host: 10.252.2.10
> 2018-01-06 06:13:57,070 DEBUG
> [cloud.consoleproxy.ConsoleProxyHttpHandlerHelper] (Thread-4159:null) decode
> token. port: 5903
> 2018-01-06 06:13:57,070 DEBUG
> [cloud.consoleproxy.ConsoleProxyHttpHandlerHelper] (Thread-4159:null) decode
> token. tag: 375c62b5-74d9-4494-8b79-0d7c76cff10f}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)