Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8C8B8200B82 for ; Thu, 11 Aug 2016 14:33:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 89909160A85; Thu, 11 Aug 2016 12:33:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BF415160A94 for ; Thu, 11 Aug 2016 14:33:24 +0200 (CEST) Received: (qmail 58827 invoked by uid 500); 11 Aug 2016 12:33:23 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 58809 invoked by uid 500); 11 Aug 2016 12:33:23 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 58803 invoked by uid 99); 11 Aug 2016 12:33:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2016 12:33:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 81CC92C02A6 for ; Thu, 11 Aug 2016 12:33:22 +0000 (UTC) Date: Thu, 11 Aug 2016 12:33:22 +0000 (UTC) From: "Pierre-Luc Dion (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-9454) cloudstack-agent logs rotation outdated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 11 Aug 2016 12:33:25 -0000 Pierre-Luc Dion created CLOUDSTACK-9454: ------------------------------------------- Summary: cloudstack-agent logs rotation outdated Key: CLOUDSTACK-9454 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9454 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: cloudstack-agent Affects Versions: 4.7.0 Reporter: Pierre-Luc Dion Priority: Minor Log4j configuration for cloudstack-agent does not include an archival policy so it can fill /var partition over time. we should include a rotation limit of example 31 files which mean 31 days. example: {code} {code} The logrotate file {{/etc/logrotate.d/cloudstack-agent}} deployed with cloudstack-agent is outdated. The log file: {{/var/log/cloudstack/management/security_group.log}} does not have logrotation policy. -- This message was sent by Atlassian JIRA (v6.3.4#6332)