apple/foundationdb

macOS package: fdbmonitor output is being lost

Open

#318 opened on May 7, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (1,266 forks)batch import
help wanted

Repository metrics

Stars
 (13,912 stars)
PR merge metrics
 (Avg merge 4d) (78 merged PRs in 30d)

Description

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.

Contributor guide