commit f2143272580778c13d834d59ec83a2dca25ca0cb Author: Jacob Van De Weert Date: Wed Feb 27 18:37:00 2019 +0000 exceptionator: fix running with custom mongo server location (#11870) We lost exceptionator's mongo boot code in the thrift switchover, which I missed in the review (it was a large change!) but discovered when trying to deploy a bug fix last week. This restores it and updates it for the new world, including adding back some indexes that were missing on the thrift models. (sapling split of 4a42fbb5e39c33c5c3e5967ec04e9785660cc122) src/jvm/io/fsq/common/logging/Logger.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 560208cb7d81b2ad22c7a6d629c342269805698f Author: Jackson Davis Date: Fri Jan 12 09:05:35 2018 -0800 Hack to workaround Presto's wierd logging setup (#4162) (sapling split of 9cd6d154973cfb420496a1e3ceafa965f98ceb96) src/jvm/io/fsq/common/logging/Logger.scala | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)