If you want to use Memgraph you have two options: Cypher or Gremlin
npm install gremlin
https://nulli2020.atlassian.net/wiki/spaces/PP/pages/2455404547/How+to+use+MemGraph+locally
To hide all logs
- LOG_LEVEL="none"
To show only: error
- LOG_LEVEL="error"
To show only: error, warn
- LOG_LEVEL="warn"
To show only: error, warn, debug
- LOG_LEVEL="debug"
To show only: error, warn, debug, info
- LOG_LEVEL="info"
To show only: error, warn, debug, info, log
- LOG_LEVEL="log"
If you don't define LOG_LEVEL by default will show everything