Bug #272
conftest ignores log settings for stdout
Start date:
02.01.2013
Due date:
Estimated time:
Affected version:
5.0.1
Resolution:
Fixed
Description
Setting log levels like this does not work, everything remains at the default. Example suite.conf section:
log { stdout { default = 1 cfg = 3 ike = 1 net = 4 enc = 4 time_format = %s } }
It works just fine if I use a file name instead of "stdout", which is OK as a workaround, but I'd like to be able to adjust stdout logging as well.
History
#1 Updated by Anonymous over 9 years ago
I have posted a patch that fixes this issue to the dev mailing list, see https://lists.strongswan.org/pipermail/dev/2013-January/000721.html
#2 Updated by Martin Willi over 9 years ago
- Status changed from New to Closed
- Assignee set to Martin Willi
- Target version set to 5.0.2
- Resolution set to Fixed
Patch applied, thanks!