• ActiveUser Logging

    From Mortifis@1:103/705 to Digital Man on Sat Nov 16 11:29:22 2019
    I have been looking through some scripts; fingerservice.js, sbbsimsg.js, etc, trying to see where it logs (to the Services Pane on SBBSCTRL) when someone connects for ActiverUser-UDP so that I can comment out the log(..);

    I do not wish to disable the service, however, I am getting around 16,000 log lines per day from:

    11/16 10:57:18a 7744 ActiveUser-UDP connection accepted from: 104.237.137.254
    port 40907
    11/16 10:57:18a 7744 ActiveUser-UDP Hostname: warensemble.com [104.237.137.254]
    11/16 10:57:18a 7744 ActiveUser-UDP service thread terminated (0 clients remain, 0 total, 9803 served

    and only wish to not log those requests, because it makes it extremely difficult to monitor the logs. So, my question is, which script contains the lines to log ActiveUser-UDP connections?

    Thank you,

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Mortifis on Sat Nov 16 14:49:07 2019
    Re: ActiveUser Logging
    By: Mortifis to Digital Man on Sat Nov 16 2019 11:29 am

    I have been looking through some scripts; fingerservice.js, sbbsimsg.js, etc, trying to see where it logs (to the Services Pane on SBBSCTRL) when someone connects for ActiverUser-UDP so that I can comment out the log(..);

    I do not wish to disable the service, however, I am getting around 16,000 log lines per day from:

    11/16 10:57:18a 7744 ActiveUser-UDP connection accepted from: 104.237.137.254 port 40907
    11/16 10:57:18a 7744 ActiveUser-UDP Hostname: warensemble.com [104.237.137.254]
    11/16 10:57:18a 7744 ActiveUser-UDP service thread terminated (0
    clients
    remain, 0 total, 9803 served

    and only wish to not log those requests, because it makes it extremely difficult to monitor the logs. So, my question is, which script contains the lines to log ActiveUser-UDP connections?

    It's not a script, it's service.c. Just increase the log level for your ActiverUser-UDP service (in ctrl/services.ini) if it's a problem:

    [ActiveUser-UDP]
    Port=11
    MaxClients=10
    LogLevel=Notice



    digital man

    This Is Spinal Tap quote #28:
    We've got Armadillos in our trousers. It's really quite frightening.
    Norco, CA WX: 86.4øF, 17.0% humidity, 4 mph SE wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)