help wanted
倉庫指標
- Star
- (13,912 star)
- PR 合併指標
- (平均合併 4天) (30 天內合併 78 個 PR)
描述
On Linux, we run fdbmonitor with the --daemonize flag, which causes it to log to syslog. On macOS, we do not use the --daemonize flag (and I'm not immediately sure why), which results in output going to stderr. As far as I can tell, it doesn't seem that we are capturing stderr anywhere, so this logging output is being lost.