dynamic logging configuration through strongswan.conf
fallback to existing ipsec.conf/stroke loglevel configuration
This commit is contained in:
+5
-10
@@ -217,7 +217,7 @@ struct daemon_t {
|
||||
backend_manager_t *backends;
|
||||
|
||||
/**
|
||||
* Manager IKEv2 cfg payload attributes
|
||||
* Manager for IKEv2 cfg payload attributes
|
||||
*/
|
||||
attribute_manager_t *attributes;
|
||||
|
||||
@@ -252,19 +252,14 @@ struct daemon_t {
|
||||
bus_t *bus;
|
||||
|
||||
/**
|
||||
* A bus listener logging to stdout
|
||||
* A list of installed file_logger_t's
|
||||
*/
|
||||
file_logger_t *outlog;
|
||||
linked_list_t *file_loggers;
|
||||
|
||||
/**
|
||||
* A bus listener logging to syslog
|
||||
* A list of installed sys_logger_t's
|
||||
*/
|
||||
sys_logger_t *syslog;
|
||||
|
||||
/**
|
||||
* A bus listener logging most important events
|
||||
*/
|
||||
sys_logger_t *authlog;
|
||||
linked_list_t *sys_loggers;
|
||||
|
||||
/**
|
||||
* Kernel Interface to communicate with kernel
|
||||
|
||||
Reference in New Issue
Block a user