英文: Send kubernetes container application logs (stdout and stderr) to UDP server 问题 Docker提供了像log-dr...
将syslog的新行发送到我的自定义程序(守护进程)中。
英文: Get new lines of syslog to my custom program(daemon) 问题 我需要在我的C(或Golang)程序中获取新的syslog行,当它被写入时。 该...
为什么不在每次定期调用sendMessage()之前初始化TcpSyslogMessageSender呢?
英文: Why not initializing a TcpSyslogMessageSender before every periodic sendMessage()? 问题 我在一个简单的应用程...
实现一个返回指针的函数。
英文: Implement a function which returns a pointer 问题 我已经在我的golang应用程序中实现了syslog守护进程服务。我在主包中使用了syslog....
构建系统日志消息时出现乱序输出。
英文: Scrambled output when constructing a syslog message 问题 我正在编写一个程序,可以将已经记录在文件中的标准syslog消息转换为包括PRI、...
golang the efficient way/lib to get a key from json string,and use this key to do geoip,then add geoip info to json
英文: golang the efficient way/lib to get a key from json string,and use this key to do geoip,then add...
为什么Go的日志记录器没有关闭与syslog的连接?
英文: Why is Go's Logger not closing connections to syslog? 问题 我正在写一个服务时遇到了问题。我使用以下方式将其记录到syslog中:...
golang syslog失败:Unix syslog传递错误
英文: golang syslog failure: Unix syslog delivery error 问题 我正在运行OSX Mavericks 10.9.2。我正在尝试将我的Revel应用程序...