From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27781 invoked from network); 25 Jun 2020 22:32:33 -0000 Received: from alyss.skarnet.org (95.142.172.232) by inbox.vuxu.org with ESMTPUTF8; 25 Jun 2020 22:32:33 -0000 Received: (qmail 14565 invoked by uid 89); 25 Jun 2020 22:32:55 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 14558 invoked from network); 25 Jun 2020 22:32:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=P4l2Q3AbVr2t1tKr26S4ycaoN23W2Eo0LZSQ2JeyQYM=; b=UB1Gdvs1QW0qM55xcC6WU66NHCcOM9o0LJ1LHCobVLN57+djGB80J7dUgtWo8+mIaK ZS9onp/ZDrMQ2ZpxRemTODd4uoAD5xu3is5R3caU/XmCBw4js8lmQVFE3vtCmIv/S1nN 8QeH9Wc9hurB+dSlI1vL022nKWq3p/2w5f4YgcifsJApdula2qPSkDu8D8zYG8QyOQCv UNbStcXCUW07t1YNcmneB7x5ezXzaJD9IZJflHutklXy8LDGf5RrBiNYBFtZg+beDD6I ahpf+Ew/P0MJrPBvJaI72jW45Z+oPrJNMl/+ewI7WF6bkJS8XOaWG1vg86uqGD9SkNP9 aoyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=P4l2Q3AbVr2t1tKr26S4ycaoN23W2Eo0LZSQ2JeyQYM=; b=ZXq97Da8dLat3FSpD1Sg+BHXTIxOpYw7n/A5Z9hMpM6DzSv4dABY0m7wXqeI1NfbqI IDlJ//F9I+k40GEDlDy015g6K11n+9PRq+89AREy7nxrGlM9VM273Z0DiW15vxAtb1Rv MLtbHDIxruAzAxzXyf8aUoXfCcLDad/6H9j41CVDKGfmN2/nUGjjwpauN+/xKbp1zO2V Shcn+q/gmAoa8XTzbCaUeTdZYSOigLJiUP5VLf0wDUPqH2pdrPcUwe2fvharRmWLM/po CmNAFtWESz0CwWC7TrnmEUFLs7FK0f0CqKtlVTTcBeBnmvWEgiHbbE8wvafGgvuhmGvC XAXg== X-Gm-Message-State: AOAM530bpUQE5EnxFLcOy5PPRaJt9N+/34YnWhllDJ4exXqPVlKyIhxP xFSNk+1pDdbBkMfH64fn5xs864DOqtz4Kl/EHuaIto7a X-Google-Smtp-Source: ABdhPJwwexSsa0S7TNpGxFhDnu+MBIcoJVxdxvxZunPlvL6dCYByX1KMkKywjAc3tvJNCahw12lyz4mbWE1yXtMsykI= X-Received: by 2002:a9d:4507:: with SMTP id w7mr28416744ote.335.1593124346105; Thu, 25 Jun 2020 15:32:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: John W Higgins Date: Thu, 25 Jun 2020 15:32:15 -0700 Message-ID: Subject: Re: Following log directories To: Supervision Content-Type: multipart/alternative; boundary="000000000000bb932b05a8f02af6" --000000000000bb932b05a8f02af6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable One thing to remember about tools like this is that s6 is very precise with it's implemenation of TAI64N - it uses leap seconds. I use lnav [1] for a similar concept and it parses TAI64N but it does not deal with leap seconds so my timestamps were off by like 20 seconds (or something similar). I had to modify the code to handle the leap seconds. So just make sure you check that the timestamps are what you expect them to be with non s6 tools. John [1] - http://lnav.org/ On Thu, Jun 25, 2020 at 3:08 PM Carl Winb=C3=A4ck wrote: > On Thu, 25 Jun 2020 at 17:00, Guillermo wrote: > > And it appears to be compatible, indeed, as long as s6-log is invoked > > with the 't' directive (prepend timestamp in TAI64N format), to match > > the logging file format expected by follow-log-directories, as stated > > in its documentation. > > Neat! Thank you Guillermo for this information. > > Best regards, > Carl > --000000000000bb932b05a8f02af6--