apple/foundationdb

macOS package: fdbmonitor output is being lost

Open

#318 geöffnet am 7. Mai 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.266 Forks)batch import
help wanted

Repository-Metriken

Stars
 (13.912 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 12h) (126 gemergte PRs in 30 T)

Beschreibung

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