@spmallette I added a println there. See the logs at the end here:

```
[INFO] GremlinServer - Configuring Gremlin Server from 
conf/gremlin-server-integration.yaml
[INFO] MetricManager - Configured Metrics Slf4jReporter configured with 
interval=180000ms and 
loggerName=org.apache.tinkerpop.gremlin.server.Settings$Slf4jReporterMetrics
[INFO] DefaultGraphManager - Graph [graph] was successfully configured via 
[conf/tinkergraph-empty.properties].
[INFO] DefaultGraphManager - Graph [classic] was successfully configured via 
[conf/tinkergraph-empty.properties].
[INFO] DefaultGraphManager - Graph [modern] was successfully configured via 
[conf/tinkergraph-empty.properties].
[INFO] DefaultGraphManager - Graph [crew] was successfully configured via 
[conf/tinkergraph-empty.properties].
[INFO] DefaultGraphManager - Graph [grateful] was successfully configured via 
[conf/tinkergraph-empty.properties].
[INFO] DefaultGraphManager - Graph [sink] was successfully configured via 
[conf/tinkergraph-empty.properties].
[INFO] ServerGremlinExecutor - Initialized Gremlin thread pool.  Threads in 
pool named with pattern gremlin-*
[INFO] ServerGremlinExecutor - Initialized GremlinExecutor and preparing 
GremlinScriptEngines instances.
[INFO] ServerGremlinExecutor - Initialized gremlin-groovy GremlinScriptEngine 
and registered metrics
[INFO] ServerGremlinExecutor - A GraphTraversalSource is now bound to [ggraph] 
with graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
[INFO] ServerGremlinExecutor - A GraphTraversalSource is now bound to [g] with 
graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
[INFO] ServerGremlinExecutor - A GraphTraversalSource is now bound to [gmodern] 
with graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
[INFO] ServerGremlinExecutor - A GraphTraversalSource is now bound to 
[gclassic] with graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
[INFO] ServerGremlinExecutor - A GraphTraversalSource is now bound to [gcrew] 
with graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
[INFO] ServerGremlinExecutor - A GraphTraversalSource is now bound to [gsink] 
with graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
[INFO] ServerGremlinExecutor - A GraphTraversalSource is now bound to 
[ggrateful] with graphtraversalsource[tinkergraph[vertices:0 edges:0], standard]
[INFO] OpLoader - Adding the standard OpProcessor.
[INFO] OpLoader - Adding the session OpProcessor.
[INFO] OpLoader - Adding the traversal OpProcessor.
[INFO] TraversalOpProcessor - Initialized cache for TraversalOpProcessor with 
size 1000 and expiration time of 600000 ms
[INFO] GremlinServer - Executing start up LifeCycleHook
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
Initializing IdMangager...
```


[ Full content available at: https://github.com/apache/tinkerpop/pull/1075 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to