[Swan-dev] whack_log() or loglog(); Re: [Swan-commit] Changes to ref refs/heads/master

Andrew Cagney andrew.cagney at gmail.com
Wed Feb 19 19:02:59 UTC 2020


On Wed, 19 Feb 2020 at 13:01, Paul Wouters <paul at nohats.ca> wrote:
>
> On Wed, 19 Feb 2020, Andrew Cagney wrote:
>
> >> commit b9c1086c7a86f38e3f4fbc6b596b70d404f22a2a
> >> Author: Paul Wouters <pwouters at redhat.com>
> >> Date:   Tue Feb 18 14:25:10 2020 -0500
> >>
> >>     pluto: change two log messages into a whack_log()
> >>
> >>     side effect, fixes compile without FIPS :P
> >
> > For show commands whack_log() is right.  However when the whack
> > command is trying to modify internal state I think it should always
> > leave something in the main log file.
> > Currently we can be left with no hint of what did or did not happen.
> >
> > (the related change is to, when debugging is enabled, write any
> > whack-only output to the log file as a debug log so we can again see
> > what's going on)
>
> I guess it is not clear at the moment to me what our logging API is.
>
> I was assuming that whack_log() would be the same as logging + whack
> message, and not just a whack message. And that the "whack but not log"
> for things like status output would be a special whach_log invocation.

Yea, whack_log() has always been whack only.  The two recent changes
were to make the whackfd explicit, and never ever add the magic global
context.

Unfortunately, all the other log calls in mainline still pick up the
global whack_log_fd.


More information about the Swan-dev mailing list