aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include
diff options
context:
space:
mode:
authordbarclay <dbarclay@maprtech.com>2015-03-31 12:04:17 -0700
committerParth Chandra <pchandra@maprtech.com>2015-04-06 18:24:06 -0700
commitab7034b2ba0c8cbdaf33372249bf68491ffe0f39 (patch)
tree0e67a92b4fbd28e9f651adefe520fa915d8eb60f /contrib/native/client/src/include
parent45d17549246aff453b4e21ffe62f3e42c8c72a35 (diff)
DRILL-2638: Regularize startup/shutdown logging a bit in/near Drillbit.
In Drillbit: - Added shutdown time (ms). - Regularized to have bracketing "starting" and "finished" messages (when DEBUG enabled; include only messages with times at INFO level). (See examples below.) - Edited text. In FunctionImplementationRegistry - DEBUG -> INFO for message with startup time. - Edited text. (Examples: At DEBUG level: ... DEBUG o.apache.drill.exec.server.Drillbit - Starting new Drillbit. ... DEBUG o.apache.drill.exec.server.Drillbit - Construction started. ... INFO o.apache.drill.exec.server.Drillbit - Construction completed (1259 ms). ... DEBUG o.apache.drill.exec.server.Drillbit - Startup begun. ... INFO o.apache.drill.exec.server.Drillbit - Startup completed (5359 ms). ... DEBUG o.apache.drill.exec.server.Drillbit - Started new Drillbit. ... ... DEBUG o.apache.drill.exec.server.Drillbit - Shutdown begun. ... INFO o.apache.drill.exec.server.Drillbit - Shutdown completed (6346 ms). At INFO level: ... INFO o.apache.drill.exec.server.Drillbit - Construction completed (1259 ms). ... INFO o.apache.drill.exec.server.Drillbit - Startup completed (5359 ms). ... ... INFO o.apache.drill.exec.server.Drillbit - Shutdown completed (6346 ms). )
Diffstat (limited to 'contrib/native/client/src/include')
0 files changed, 0 insertions, 0 deletions