Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 786 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 786 Bytes

Prim-Utils

https://nulli2020.atlassian.net/wiki/spaces/PP/pages/2463629313/How+to+use+Connectors+from+Prim-Utils

Install Gremlin

If you want to use Memgraph you have two options: Cypher or Gremlin

npm install gremlin

Visualization tool (Gremlin)

https://gdotv.com/

Memgraph Documentation

https://nulli2020.atlassian.net/wiki/spaces/PP/pages/2455404547/How+to+use+MemGraph+locally

LOG_LEVELS

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