No logs getting getting logged in log file for gremlin server
Hello , This query is regarding the logs that I am not able to get while the janusgraph server start up inside a docker container . Details below : I am upgrading janusgraph version - 1.0.0-rc2 from an older version. Trying to deploy the server inside a docker container. Inside the docker file, I have used the base image of openjdk:11 and have provided , "CMD "bin/janusgraph-server.sh" "start" "<location_of_conf.yaml>" ". This does not start the pod successfully. It runs into CrashBackLoopOff error with no other details. Whereas, on correcting the same CMD in Dockerfile to "CMD "bin/janusgraph-server.sh" "start" && tail -f logs/janusgraph.log" , server starts up successfully but logs are not getting logged inside janusgraph.log file. Thanks.
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
AT
Apache TinkerPop
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.