apple/foundationdb

macOS package: fdbmonitor output is being lost

Open

#318 创建于 2018年5月7日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C++ (13,912 star) (1,266 fork)batch import
help wanted

描述

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.

贡献者指南

macOS package: fdbmonitor output is being lost · apple/foundationdb#318 | Good First Issue