Linden
fb2225e373
chore: add copyright notices to each file
...
Some people accidentally, mistakenly, and without any malicious intent forget to attribute code from this resource to its source. This change will hopefully assist people, so that they do not make that mistake again.
2025-03-18 18:46:09 +11:00
Linden
c59b675efa
Revert "fix(imports/logger): loki indexing for varargs ( #583 )"
...
This reverts commit 7e67b57e2d .
2024-05-30 22:54:50 +10:00
Mirco T
7e67b57e2d
fix(imports/logger): loki indexing for varargs ( #583 )
2024-05-21 05:47:47 +10:00
Christopher
eb31c4d83c
feat(imports/logger): add fivemanage as logging option ( #536 )
2024-04-07 00:43:38 +11:00
iLLeniumStudios
5dfd14d69d
feat(logger/loki): Support for tenants when running Loki in multi-tenant mode ( #477 )
2024-01-15 12:10:08 +11:00
Linden
84b7f97a1c
fix(server/logger): missing )
2023-07-23 13:41:20 +10:00
Jellyton
2fafee41a0
refactor(server/logger): remove text formatting from hostname ( #361 )
2023-07-23 12:59:41 +10:00
daZepelin
56536d5a6d
refactor(server/logger): backwards compatibility for loki convar ( #314 )
2023-05-05 23:12:01 +10:00
iLLeniumStudios
373dd98655
fix(logger/loki): Consistent stream labels ( #304 )
2023-04-20 15:27:19 +10:00
TheiLLeniumStudios
ffff4833c2
chore: Remove unnecessary comma
2023-04-17 06:19:03 +00:00
TheiLLeniumStudios
b5515eabdc
refactor: Use authorization header instead of URL credentials
2023-04-17 06:11:32 +00:00
TheiLLeniumStudios
099ddede97
feat(logger/loki): Allow users to specify protocol for requests
2023-04-17 06:11:32 +00:00
ANTOND
c40a828465
chore(logger): ignore diagnostic warn ( #183 )
2022-12-30 21:10:33 +11:00
Linden
ccad59fcf6
fix(server/logger): validate response on failed http request
...
One person is receiving a CURL error rather than a response from
datadog, leading to a nil index.
We'll also use the newly supported "warn" function.
2022-12-15 11:24:08 +11:00
Ehbw2
0d2c06e982
fix(logger/loki): Fix error when passing invalid/nil tags ( #139 )
2022-10-26 02:30:53 +11:00
Róbert Nagy
a4d553cbb1
fix(logger): Fix bad argument #2 to strsplit ( #125 )
...
Only Loki logging was affected. When no tags were given and the source is console the convertDDTagsToKVP break because of the nil value.
2022-10-15 13:04:14 +11:00
Linden
2c7e812eaf
refactor(logger/server): cleanup
...
DRY
2022-10-11 00:40:40 +11:00
Idris Dev
c35b70f597
feat(logger): support grafana loki ( #115 )
2022-10-10 18:03:54 +11:00
Linden
79dd3f5934
fix: no-op
2022-10-10 16:56:05 +11:00
Linden
988836dcb7
feat(server/logger): add player data to tags
2022-10-09 01:57:02 +11:00
Linden
f5d0deeb21
refactor(server/logger): batch log submissions
...
Create a temporary table and submit logs in a single batch after 500ms.
Includes some micro-optimisation and a new convar to set logging service.
2022-10-09 00:24:49 +11:00
Linden
26538b8148
refactor(imports): assign modules directly to lib namespace
...
Mostly a change for improved intellisense with sumneko lua.
Includes some type fixes and deprecation notices.
2022-09-14 01:20:50 +10:00
Linden
d2441eb60a
feat(logger): add datadog logging
2022-03-30 12:32:41 +00:00