log: panics during server startup don't make it to the console #91700
Labels
A-logging
In and around the logging infrastructure.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-server-and-security
DB Server & Security
Panics that happen during server startup go into a black hole. They don't make it to the console even when running with
--logtostderr
. This has annoyed me several times now. The panic is printed incockroach-stderr.log
, though.To repro, put a panic at the beginning of
sql.Server.PreStart()
, for example. I think it has something to do with this stderr capturing business.Jira issue: CRDB-21389
The text was updated successfully, but these errors were encountered: