A simple tool to write log file over HTTP protocol.
- Write file over HTTP protocol;
- HTTP header
X-API-KEYauthentication;
-u: URL path of log interface, will use/http2logby default;-k: HTTP header 'X-API-KEY' content, will read the environment variable if not set;-f: Path to log file, will use/var/log/http2log.logby default;-a: Bind address, will use127.0.0.1by default;-p: Bind port, will use TCP port8283by default;