Skip to content
Snippets Groups Projects
Commit 2a87303e authored by Philip Prindeville's avatar Philip Prindeville Committed by Friendly Automation
Browse files

logger: workaround woefully small BUFSIZ in MUSL


MUSL defines BUFSIZ as 1024 which is not reasonable for log messages.

More broadly, BUFSIZ is the amount of buffering stdio.h does, which
is arbitrary and largely orthogonal to what logging should accept
as the maximum message size.

ASTERISK-29928

Signed-off-by: default avatarPhilip Prindeville <philipp@redfish-solutions.com>
Change-Id: Iaa49fbbab029c64ae3d95e4b18270e0442cce170
parent fd29d288
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment