-
Thanks btw, this has been helpful, but how do i log several json strings into a document. Cause this just replaces the sstrings inside
-
$ ./setup.sh automate
v2: Pulling from palomachain/lightnode-client
Digest: sha256:8fbf9d43a98880f4db1a50bf44a7fc1af88729b8eccb382d086bb04a454e4aba
Status: Image is up to date for palomachain/lightno…
-
In developing workloads for the new Stargate JSON API, we sometimes struggled to construct operations because we could not see the actual message body being sent or the response body being received. I…
-
I have a fairly simple process we are using durable functions for. We read in a json file and flatten the inner arrays per a specification and write a new file back to blob storage. Just one activit…
-
The Functions team needs to support JSON-based console logging when running in a Kubernetes environment.
A related PR for functions host logging is: https://github.com/Azure/azure-functions-host/pu…
-
I'm failing to see an example for structured- / JSON-logging in the main README, do you support this and if so, does such an example exist?
-
### Please confirm that you have:
- [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment o…
-
```py
from eodag import EODataAccessGateway
from shapely.geometry import shape
import json
import logging
from pathlib import Path
# logging.basicConfig(level=logging.DEBUG)
def search_…
-
We have recently switched over to JSON (Structured) logging for Consul and for the most part things are pretty good, but we do still see instances of volatile data in the message that we would expect …
-
### Summary
`EcsLayout` from `log4j2-ecs-layout` currently uses a hardcoded implementation of `MdcSerializer` for MDC serialization. While this works well for most cases, it lacks flexibility for user…