DDMAL / DDMAL/Rodan

set up loki to log on production and staging

Open
#1,279 0 comments 0 reactions 1 assignee Claimed by @homework36 View on GitHub
not a bug
Dominant language
CSS
Stars
46
Forks
13
PR merge metrics
No merged PRs in 30d

Description

I vaguely remember that it was set up in `/etc/docker/daemon.json` and looks like
```
{
"default-runtime": "nvidia",
"log-driver": "loki",
"log-opts": {
"loki-url": "http://[some IP address for loki]:3100/loki/api/v1/push"
},
"runtimes": {
"nvidia": {
"args": [],
"path": "/usr/bin/nvidia-container-runtime"
}
}
}

```
but we had trouble running Rodan on new instances, so we removed all settings that do not seem to affect main functions, including kubernetes and loki. We need to put loki back at least to collect useful logs.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.