mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
7 lines
108 B
Python
7 lines
108 B
Python
import uwsgi
|
|
|
|
def print_logs(ip, port, message):
|
|
print(ip, port, message)
|
|
|
|
uwsgi.udp_callable = print_logs
|