Changeset 178 in code for trunk/cmd/soju/main.go


Ignore:
Timestamp:
Mar 27, 2020, 11:07:20 PM (5 years ago)
Author:
delthas
Message:

Add support for bouncer logs

Add bouncer logs, in a network/channel/date.log format, in a similar
manner to ZNC log module. PRIVMSG, JOIN, PART, QUIT, MODE are logged.

Add a config directive for the logs file, including a way to disable
them entirely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/soju/main.go

    r98 r178  
    6262        // TODO: load from config/DB
    6363        srv.Hostname = cfg.Hostname
     64        srv.LogPath = cfg.LogPath
    6465        srv.Debug = debug
    6566
Note: See TracChangeset for help on using the changeset viewer.