mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
Two bugs are fixed by this commit. First, a typo in the format string used write resource usage data to the systemlog caused the systemlog to (correctly) reject the string as invalid json. The second fix is to handle a case where a .env file is present, but does not define the APP_CONTAINER variable. In this case the container name is left empty. This is not an immediate issue, but would become problematic in the future if additional containers were to be added.