[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lilypond-book loglevel
From: |
Werner LEMBERG |
Subject: |
Re: lilypond-book loglevel |
Date: |
Sun, 25 Feb 2024 07:19:15 +0000 (UTC) |
> lilypond-book accepts --loglevel=WARN, but not --loglevel=WARNING.
>
> I think WARN is for lilypond, not lilypond-book (according to the
> documentation), so maybe just misdocumented?
Indeed, it is incorrectly documented; it should be 'WARN' everywhere.
Note that the `lilypond` binary is less restrictive than the scripts;
it also accepts 'warning' or 'WARNING_FOOBAR' as possible values since
only the first few characters are checked, ignoring the case.
However, it is best to stick with the standard uppercase values.
https://gitlab.com/lilypond/lilypond/-/merge_requests/2265
Thanks for the report!
Werner