You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

35 lines
1.5 KiB

  1. [logging]
  2. # level must be one of logging's defined levels (NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL)
  3. #level = 'INFO'
  4. # format must use the '{' style of logging
  5. #format = '{asctime} {levelname} {name} {message}'
  6. [storage]
  7. # Must point to an existing directory that is writable by the user running irclog. Relative paths are evaluated relative to the config file.
  8. #path = '.'
  9. [irc]
  10. #host = 'irc.hackint.org'
  11. #port = 6697
  12. # Possible values: 'yes' (connect over SSL/TLS and verify certificates), 'no' (connect without SSL/TLS), and 'insecure' (connect over SSL/TLS but disable all certificate checks)
  13. #ssl = 'yes'
  14. #nick = 'irclogbot'
  15. #real = 'I am an irclog bot.'
  16. # Certificate and key for SASL EXTERNAL authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable authentication; the connection is terminated if authentication fails; relative paths are evaluated relative to the config file.
  17. #certfile =
  18. #certkeyfile =
  19. [web]
  20. #host = '127.0.0.1'
  21. #port = 8080
  22. [channels]
  23. # No channels are logged by default.
  24. #[channels.spam]
  25. # If ircchannel isn't specified, it corresponds to '#' followed by the map key.
  26. #ircchannel = '#spam'
  27. # auth can be either 'user:pass' for basic authentication or false to disable auth
  28. #auth = false
  29. # Whether this channel should still be actively logged. Set this to false to stop logging the channel but keep serving the previous logs.
  30. #active = true