Skip to content

Memgraph-lab doesn't display logs from memgraph-platform #82

Description

@ValeriiaNesterova

I am running 2 helm charts: one for memgraph-platform (memgraph/memgraph-platform:latest docker image) and second for memgraph (memgraph/memgraph:latest)

When I open UI and go to "Logs" section I see the message : "Logs are not available. Make sure port 7444 is open on your Memgraph."
Знімок екрана з 2023-12-04 14-38-17

The port 7444 is opened on Kubernetes side. I have service with this port and added it to pod itself. This is what I get when I check the connection from pod: root@memgraph-lab-0:/# nc -vz memgraph 7444 Connection to memgraph (10.100.37.25) 7444 port [tcp/*] succeeded!

Do I need to add anything to configuration? Now I have this:
memgraphConfig:

  • "--also-log-to-stderr=true"
  • "--data-directory=/var/lib/memgraph/"
  • "--log-file=/var/log/memgraph/memgraph.log"
  • "--log-level=DEBUG"
  • "--memory-limit=4096"
  • "--memory-warning-threshold=1024"
  • "--query-max-plans=1000"
  • "--storage-gc-cycle-sec=30"
  • "--storage-properties-on-edges=true"
  • "--storage-recover-on-startup=true"
  • "--storage-snapshot-interval-sec=300"
  • "--storage-snapshot-on-exit=true"
  • "--storage-snapshot-retention-count=3"
  • "--storage-wal-enabled=true"
  • "--storage-wal-file-flush-every-n-tx=100000"
  • "--storage-wal-file-size-kib=20480"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions