loki
Here are 208 public repositories matching this topic...
-
Updated
Oct 8, 2021 - Java
-
Updated
Nov 18, 2021 - Go
-
Updated
May 8, 2021 - Go
-
Updated
Nov 18, 2021 - Mustache
-
Updated
Nov 19, 2021 - Shell
-
Updated
Jul 7, 2021 - Dockerfile
-
Updated
Nov 21, 2020 - HTML
-
Updated
Nov 19, 2021 - JavaScript
I want to reduce the amount of log-spam in the DB logs. Is there a better way of executing the CREATE DATABASE queries? Postgres doesn't have the WHERE NOT EXISTS clause - but it's still possible to check if tables are already present.
I'm not sure where these originate from - heplify-server, homer-app, or some other script.
2020-05-29 04:54:15.076 UTC [1] LOG: received sm
-
Updated
Nov 18, 2021 - Go
-
Updated
Nov 16, 2021 - C++
-
Updated
Nov 13, 2021 - Java
-
Updated
Nov 7, 2018 - Elixir
-
Updated
Aug 29, 2017 - Vala
There's a bunch of tests that don't work, mostly because the fixtures in ./test/fixtures.json are invalid. This is because there's less data processing happening in 6.0.0 before sending than before. Logs in this version only get formatted and stringified just before sending out for easier processing.
-
Updated
Oct 19, 2021 - Go
-
Updated
Sep 23, 2021 - Shell
-
Updated
Oct 5, 2019 - Go
-
Updated
Mar 4, 2021 - Shell
-
Updated
Oct 26, 2021 - Java
Improve this page
Add a description, image, and links to the loki topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the loki topic, visit your repo's landing page and select "manage topics."
Fixes #3581
This common-labels functionality made the CLI tool harder to use when
piping the output into other programs. The common labels would be printed
on STDERR, while the rest of the labels and log-lines were emitted on
STDOUT.
I don't think we need this functionality any more, now that we have the
--exclude-labeloption.Checklist
addedremoved and