From b9165ba2880f8bbd4487d786b6caf2d523b6a4ae Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 11 May 2026 12:01:36 +0000 Subject: [PATCH] [breaking-change] Reorder `-audit-log` columns for readability. --- src/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.go b/src/main.go index bd266c2..5c8ffe6 100644 --- a/src/main.go +++ b/src/main.go @@ -509,9 +509,9 @@ func Main(versionInfo string) { parts := []string{ record.GetAuditID().String(), color.HiWhiteString(record.GetTimestamp().AsTime().UTC().Format(time.RFC3339)), - color.HiMagentaString(record.DescribePrincipal()), - color.HiGreenString(record.DescribeResource()), fmt.Sprint(record.GetEvent()), + color.HiGreenString(record.DescribeResource()), + color.HiMagentaString(record.DescribePrincipal()), } if record.IsDetached() { parts = append(parts,