apple/foundationdb

macOS package: fdbmonitor output is being lost

Open

#318 ouverte le 7 mai 2018

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C++ (1 266 forks)batch import
help wanted

Métriques du dépôt

Stars
 (13 912 stars)
Métriques de merge PR
 (Merge moyen 4j 12h) (126 PRs mergées en 30 j)

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.

Guide contributeur