Hi all,<div><br></div><div>    I have my strongswan.conf file as below  but still i am not able to see any messages in /var/log/charon.log ( Not even a single line ). But when i see the wireshark logs with the remote host all IKE INIT and AUTH are success</div>

<div><br></div><div><div>charon {   </div><div><div><div><div>        filelog {</div><div>                /var/log/charon.log {</div><div>                        # add a timestamp prefix</div><div>                        time_format = %b %e %T</div>

<div>                        # loggers to files also accept the append option to open files in</div><div>                        # append mode at startup (default is yes)</div><div>                        append = no</div>

<div>                        # the default loglevel for all daemon subsystems (defaults to 1).</div><div>                        default = 1</div><div>                        # flush each line to disk</div><div>                        flush_line = yes</div>

<div>                }</div><div>                stderr {</div><div>                        # more detailed loglevel for a specific subsystem, overriding the</div><div>                        # default loglevel.</div><div>

                        ike = 2</div><div>                        knl = 3</div><div>                        # prepend connection name, simplifies grepping</div><div>                        ike_name = yes</div><div>                }</div>

<div>        }</div><div>        # And two loggers using syslog. The subsections define the facility to log</div><div>        # to, currently one of: daemon, auth.</div><div>        syslog {</div><div>                # default level to the LOG_DAEMON facility</div>

<div>                daemon {</div><div>                }</div><div>                # very minimalistic IKE auditing logs to LOG_AUTHPRIV</div><div>                auth {</div><div>                        default = -1</div>

<div>                        ike = 0</div><div>                }</div><div>        }</div><div>}</div><div><br></div></div></div></div></div><div><br></div><div>Regards,</div><div>Naren</div>