This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to turn of strongswan debug

Hello,

 

The firewall is in version: 

SFOS 17.1.3 MR-3

 

I've found in another thread how to turn on strongswan debug with the following command:

service strongswan:debug -ds nosync

 

How can I turn of debug for this service?

Is this only possible to restart the service, which is service impacting?

 

Regards,

Gerrit



This thread was automatically locked due to age.
Parents Reply Children
  • Indeed this works:

     

    XG310_WP02_SFOS 17.1.3 MR-3# service -S | grep strongswan

    strongswan           RUNNING,DEBUG

    strongswan-ctl       UNTOUCHED

    XG310_WP02_SFOS 17.1.3 MR-3# service strongswan:debug -ds nosync

    200 OK

    XG310_WP02_SFOS 17.1.3 MR-3# service -S | grep strongswan

    strongswan           RUNNING

    strongswan-ctl       UNTOUCHED

     

    Thanks!