bcgov/traction

Tail out container logs when starting Traction with manage script

开放

#1,401 创建于 2024年10月16日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (58 个派生)auto 404
Local Devgood first issuepinned

仓库指标

星标
 (62 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

With https://github.com/bcgov/traction/pull/1388 added a manage script that can start up Traction. Using docker compose up would output the container logs in the same terminal. Can look into having an option or by default doing the same with the new manage script.

In VCAuthN for example we have container logs outputting when doing ./manage start https://github.com/bcgov/vc-authn-oidc/blob/main/docker/manage

贡献者指南