apple/foundationdb

macOS package: fdbmonitor output is being lost

Aberta

#318 aberto em 7 de mai. de 2018

 (3 comentários) (0 reação) (0 responsável)C++ (1.266 forks)batch import
help wanted

Métricas do repositório

Stars
 (13.912 estrelas)
Métricas de merge de PR
 (Mesclagem média 4d) (78 fundiu PRs em 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.

Guia do colaborador