Add "Log Events to Disk" option/checkbox for terminal server "Events"
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.
parent
7e102c79
No related branches found
No related tags found
Showing
- src/sbbs3/ctrl/MainFormUnit.cpp 44 additions, 6 deletionssrc/sbbs3/ctrl/MainFormUnit.cpp
- src/sbbs3/ctrl/MainFormUnit.dfm 2 additions, 2 deletionssrc/sbbs3/ctrl/MainFormUnit.dfm
- src/sbbs3/ctrl/MainFormUnit.h 1 addition, 0 deletionssrc/sbbs3/ctrl/MainFormUnit.h
- src/sbbs3/ctrl/TelnetCfgDlgUnit.cpp 3 additions, 0 deletionssrc/sbbs3/ctrl/TelnetCfgDlgUnit.cpp
- src/sbbs3/ctrl/TelnetCfgDlgUnit.dfm 14 additions, 3 deletionssrc/sbbs3/ctrl/TelnetCfgDlgUnit.dfm
- src/sbbs3/ctrl/TelnetCfgDlgUnit.h 1 addition, 0 deletionssrc/sbbs3/ctrl/TelnetCfgDlgUnit.h
- src/sbbs3/ctrl/sbbsctrl.bpr 1 addition, 1 deletionsrc/sbbs3/ctrl/sbbsctrl.bpr
Loading
Please register or sign in to comment