apple/foundationdb

macOS package: fdbmonitor output is being lost

Open

#318 aperta il 7 mag 2018

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)C++ (1266 fork)batch import
help wanted

Metriche repository

Star
 (13.912 star)
Metriche merge PR
 (Merge medio 4g 12h) (126 PR mergiate in 30 g)

Descrizione

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.

Guida contributor