From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST] standalone: do not rotate empty log files. Date: Wed, 7 Oct 2015 15:54:46 +0100 Message-ID: <1444229686.1410.62.camel@citrix.com> References: <1444206345-21659-1-git-send-email-ian.campbell@citrix.com> <22036.60575.272729.663445@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <22036.60575.272729.663445@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-10-07 at 10:57 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST] standalone: do not rotate empty log > files."): > > By passing -n to savelog. > > > > In particular this prevents the creation of an empty $log.0 on first > > use when $log doesn't exist. > > Acked-by: Ian Jackson "savelog -c -n 300" is bogus, it needs to be "savelog -c 300 -n". I could have sworn I ran it...