https://bugzilla.wikimedia.org/show_bug.cgi?id=48846

--- Comment #14 from Peter Bena <[email protected]> ---
I hit enter before I wrote it...

* Regarding your second question about python:

There is of course no python module for this, but if I knew python it would be
matter of 2 minutes to make some (which is not a case of rsyslog)

Just create a python function that does some equivalent of this

public static void Log(string text, string toolname)
{
    // Change SendUDP / SendTCP to some python fuction which allows sending
over UDP or TCP
    // SendUDP ( host, port, text)
    SendUDP( "tools-syslog", 64386, "s " + toolname + " 1 " + text);
}

That is all

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to