Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. charon {
  2. # Section to define file loggers, see LOGGER CONFIGURATION in
  3. # strongswan.conf(5).
  4. filelog {
  5. # <filename> is the full path to the log file.
  6. /var/log/strongswan.log {
  7.  
  8. # Loglevel for a specific subsystem.
  9. # <subsystem> = <default>
  10.  
  11. # If this option is enabled log entries are appended to the existing
  12. # file.
  13. append = yes
  14.  
  15. # Default loglevel.
  16. default = 2
  17.  
  18. # Enabling this option disables block buffering and enables line
  19. # buffering.
  20. # flush_line = no
  21.  
  22. # Prefix each log entry with the connection name and a unique
  23. # numerical identifier for each IKE_SA.
  24. ike_name = yes
  25.  
  26. # Adds the milliseconds within the current second after the
  27. # timestamp (separated by a dot, so time_format should end with %S
  28. # or %T).
  29. # time_add_ms = no
  30.  
  31. # Prefix each log entry with a timestamp. The option accepts a
  32. # format string as passed to strftime(3).
  33. # time_format =
  34. }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement