Skip to content

Commit

Permalink
logging(cli): dropping neo4j message to debug to avoid confusion (dat…
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored and looppi committed Feb 15, 2023
1 parent e32c881 commit 894b7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/cli/docker_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def should_use_neo4j_for_graph_service(graph_service_override: Optional[str]) ->
)
return True

click.echo(
logger.debug(
"No Datahub Neo4j volume found, starting with elasticsearch as graph service.\n"
"To use neo4j as a graph backend, run \n"
"`datahub docker quickstart --graph-service-impl neo4j`"
Expand Down

0 comments on commit 894b7f8

Please sign in to comment.