bugy / script-server

Web UI for your scripts with execution management
Other
1.52k stars 244 forks source link

option to disable reverse DNS lookups on client connects? (Could not get hostname for) #668

Open ojtimsen opened 1 year ago

ojtimsen commented 1 year ago

Hi, when using the scriptserver I am quite happy, but I would like to get rid of unnecessary log messages like the following:

[script_server.audit_utils.WARNING] Could not get hostname for 192.168.1.10

Is there a way to disable the reverse lookup of the hostnames of the clients using scriptserver or is there a way to modify the loglevel "WARNING" in any way to achieve that this message is no longer logged?

Thank you in advance and again, big thumb up for your great work with this project! ojtimsen