$ luarocks install remotelog"remotelog" provides a logger for Lua that can log message to a remote log receiver listening on a TCP
    port of a host reachable from the machine producing the log entries.
    
    It can also be used for simple console logging. If the connection cannot be established, the log automatically
    falls back to STDOUT (in some cases this will at least let the messages appear in a local log file).
     
    "remotelog" depends on LuaSocket (MIT license). Note that on an Exasol cluster LuaSocket is pre-installed.
    You can find the  user guide in the projects GitHub repository.
    
    Links:
    
    - LuaSocket: http://w3.impa.br/~diego/software/luasocket/
    - User guide: https://github.com/exasol/remotelog-lua/blob/master/doc/user_guide/user_guide.md
    You can find the [user guide](https://github.com/exasol/remotelog-lua/blob/master/doc/user_guide/user_guide.md) in the
    projects GitHub repository.