Hi Dennis,

> Correct, i do not see the output as you show below the line I
> presented.
>
> I'm running with strongswan 5.0.0.

Ah yes, there was a bug in 5.0.0 where multi-line log messages would
only get logged completely in the first registered logger.  In your case
with the following in strongswan.conf

>         filelog {
>             /var/log/charon.log {
>             ...
>             default = 4
>             }
>
>             stderr {
>             ...
>             ike = 4
>             ...
>             }
>           }

only one of these would log the complete message whereas the other only
logs the first line.  As a workaround, you could comment out one of
these (or reduce the log level below 3 for one).  Alternatively, you
could either use the current developer release for 5.0.1 [1], or apply
the patch at [2].

Regards,
Tobias

[1] http://www.strongswan.org/download.html
[2] http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=d19f0ae3


_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to