Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

influxdb daemon stdout/stderr discarded, panics not visible #650

Closed
Dieterbe opened this issue Jun 16, 2014 · 4 comments
Closed

influxdb daemon stdout/stderr discarded, panics not visible #650

Dieterbe opened this issue Jun 16, 2014 · 4 comments
Milestone

Comments

@Dieterbe
Copy link
Contributor

Hi,
currently, any error that happens in influxdb ( daemon) that goes into stdout or stderr, gets lost because scripts/influxdb-daemon.sh, wraps it and sends all stdout and stderr to /dev/null.

there was probably a reason for this, see d40ed03 I wonder why this change was made ( @jvshahid ?)

but i'm thinking we should probably track those streams into a logfile.
Some things can't be logged by the process and appear on stdout/stderr, such as panics.

@pauldix
Copy link
Member

pauldix commented Jul 6, 2014

+1 on this one. I just had to troubleshoot something that would have taken me seconds to track down if we were capturing process panics that kill things.

@damm
Copy link

damm commented Jul 6, 2014

+1 That explains why I could not debug the SSL error the other day. :(

@chobie
Copy link
Contributor

chobie commented Jul 7, 2014

+1

@toddboom toddboom added this to the 0.9.0 milestone Nov 25, 2014
@otoolep
Copy link
Contributor

otoolep commented Feb 28, 2015

Panics are fully visible in the log as part of 0.9.0.

@otoolep otoolep closed this as completed Feb 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants