Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    5416e0fb
    Add "Log Events to Disk" option/checkbox for terminal server "Events" · 5416e0fb
    Rob Swindell authored
    The "Events" log messages will now be logged to a disk file in
    data/events*.log by default (unless this option is disabled).
    
    If the "First node" is > 1, then the base filename will be
    "events<first-node>", otherwise, it's just "events". This is because you
    would not want multiple instances of sbbs writing to the same events.log
    file - that would be chaos. These log files are subject the log
    rotation/retention policy defined in SCFG.
    
    This should resolve the FAQ for Windows sysops about what log file to
    which their event log messages are being written.
    5416e0fb
    History
    Add "Log Events to Disk" option/checkbox for terminal server "Events"
    Rob Swindell authored
    The "Events" log messages will now be logged to a disk file in
    data/events*.log by default (unless this option is disabled).
    
    If the "First node" is > 1, then the base filename will be
    "events<first-node>", otherwise, it's just "events". This is because you
    would not want multiple instances of sbbs writing to the same events.log
    file - that would be chaos. These log files are subject the log
    rotation/retention policy defined in SCFG.
    
    This should resolve the FAQ for Windows sysops about what log file to
    which their event log messages are being written.