From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web12.3331.1660119109401339125 for ; Wed, 10 Aug 2022 01:11:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=eQD/IzOW; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: osteffen@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1660119108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zLJd9rP6YHXt9eVBxaBkcWtUoDGIsgBV7Z484ew1ZIs=; b=eQD/IzOWXg2gMdKj3aX6TipLDnd8cchcKsAswizNc8m+sSgPkFHOztS1txugxKl2qEknH/ 1UboV/AsZ57nlHQThgKR6NtpED/HJrdmJ3fjaJHgFSuFk5e+S4gHneo9DRBvnAcQQ3wzd7 OWpDap7iUG+vADv/q3evpGNx4bt5cbg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-235-0BTL51L4MkiQO_nLgn1nVA-1; Wed, 10 Aug 2022 04:11:47 -0400 X-MC-Unique: 0BTL51L4MkiQO_nLgn1nVA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1C96A804196; Wed, 10 Aug 2022 08:11:47 +0000 (UTC) Received: from osteffen-laptop.fritz.box (unknown [10.39.194.179]) by smtp.corp.redhat.com (Postfix) with ESMTP id 877BA14152E0; Wed, 10 Aug 2022 08:11:44 +0000 (UTC) From: "Oliver Steffen" To: devel@edk2.groups.io Cc: Oliver Steffen , Ard Biesheuvel , Eric Dong , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Rahul Kumar , Ray Ni Subject: [PATCH v1 0/1] OvmfPkg: increase max debug message length to 512 Date: Wed, 10 Aug 2022 10:11:39 +0200 Message-Id: <20220810081140.158578-1-osteffen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true Increase the maximum line length for debug messages. While log messages should be short, they can still get quite long, for example when printing device paths or config strings in HII routing. 512 chars is an empirically good value. This change has been proposed aleady a few years ago. I am reposting this becasue I find it useful. PR: https://github.com/tianocore/edk2/pull/3189 Laszlo Ersek (1): OvmfPkg: increase max debug message length to 512 OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.37.1