Hi team,
How do you check Canton logs when it is deployed on EKS ?
Thanks and Regards,
Jean-Paul
Hi team,
How do you check Canton logs when it is deployed on EKS ?
Thanks and Regards,
Jean-Paul
Hi JP,
Typically Canton logs into a log file, but the convention for containers is to log to stdout. We offer a command line flag --log-profile=container
to configure the logging for a container, see https://www.canton.io/docs/dev/user-manual/usermanual/docker.html#configuring-logging.
Hope that helps,
Soren