On Fri, Dec 23, 2022, 9:00 AM Joachim Lindenberg <[email protected]> wrote:
> ... Also because guacd trace does not have any timestamps and thus > correlation is difficult. > It's not guacd that would need to add timestamps but rather the logging backend (syslog or the systemd journal), which should already do so. For the Docker images, where things go instead to the Docker logs, you need to provide Docker with an additional "--timestamps" parameter to its "logs" command to see the timestamps that were recorded. - Mike
