[exim-dev] [Bug 2243] Noise in "exim -bV" stderr with +argum…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: admin
Datum:  
To: exim-dev
Alte Treads: [exim-dev] [Bug 2243] New: Noise in "exim -bV" stderr with +arguments log_selector
Betreff: [exim-dev] [Bug 2243] Noise in "exim -bV" stderr with +arguments log_selector
https://bugs.exim.org/show_bug.cgi?id=2243

Ronika <ronikadilipkumar@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcre-dev@???,
                   |                            |ronikadilipkumar@???


--- Comment #6 from Ronika <ronikadilipkumar@???> ---
This guards the actual print:
-  if ((log_extra_selector & LX_arguments) != 0)
+  if (LOGGING(arguments))
     log_write(0, LOG_MAIN, "%s", big_buffer);


I've diffed exim.c from 4.84 against current master, and don't see anything
which would change whether or not the config had even been read by this point.
(There are lots of changes here, but none I see as affecting this).

I see that Debian's "debconf/conf.d/main/90_exim4-config_log_selector" file
uses "+all -subject -arguments" for debugging. Are you 100% sure that you had
+arguments enabled before?

I don't think there's a change on Exim's side here.

--
You are receiving this mail because:
You are on the CC list for the bug.