Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 44B9A2235F8 for <~alpine/users@lists.alpinelinux.org>; Fri, 2 Jun 2023 12:41:02 +0000 (UTC) Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4QXjKR6Wpnz9tHf for <~alpine/users@lists.alpinelinux.org>; Fri, 2 Jun 2023 12:40:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1685709659; bh=AjT/mpr1j3WdHQwz/e3HHjlj+6cMVpTgA61oYMFFl7U=; h=Subject:From:To:Date:From; b=ivRPe4xdwPtuYiM9HmaqFX/OQQhC45y7L9wc3FZP4VNegsh6rz2vgUsJfaLK898RA 7WichH8A3bCA+cqmj+RR5udbREYhPnz33nEFj7qJ9cODtc/rcDTURWsxKmV2JxvP5q AO1pGiLYXBG6pYdR64uWUpDR4u/Jjz4Tsw7MvYB8= X-Riseup-User-ID: FB7F9BCAF0A40206889138107B64900AE48671CE930978B4770F71EF03430955 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4QXjKR22Z8zJp9r for <~alpine/users@lists.alpinelinux.org>; Fri, 2 Jun 2023 12:40:59 +0000 (UTC) Message-ID: Subject: How to enable an apk log with timestamps? From: Ralf Mardorf To: ~alpine/users@lists.alpinelinux.org Date: Fri, 02 Jun 2023 14:40:55 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi, is it possible to enable an apk log showing the timestamp when a package was added or upgraded? I found this https://gitlab.alpinelinux.org/alpine/apk-tools/-/merge_requests/55 but no apk log file on my install. # apk list | grep apk-tools | grep installed apk-tools-2.14.0-r2 x86_64 {apk-tools} (GPL-2.0-only) [installed] # ls -hl /var/log/apk.log=20 ls: /var/log/apk.log: No such file or directory Regards, Ralf