Babis Kiosidis
05/03/2022, 8:02 AM{"data":{"exec_id":"asv3vube3bfeszn65jv6","src":"execution_manager.go:499"},"message":"getting the workflow execution config from request spec","severity":"INFO","timestamp":"2022-05-02T11:59:08Z"}
{"data":{"exec_id":"asv3vube3bfeszn65jv6","src":"execution_manager.go:792"},"message":"Setting security context from auth Role","severity":"WARNING","timestamp":"2022-05-02T11:59:08Z"}
2022/05/02 11:56:15 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/execution_repo.go:44
[18.514ms] [rows:1] SELECT * FROM "executions" WHERE "executions"."execution_project" = 'some-3rd-project' AND "executions"."execution_domain" = 'production' AND "executions"."execution_name" = 'enh4ai5ojr5hdvgijjur' LIMIT 1
2022/05/02 11:56:15 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/execution_repo.go:103
[17.658ms] [rows:0] SELECT * FROM "executions" WHERE executions.execution_project = 'some-project-other' AND executions.execution_domain = 'development' AND executions.phase in ('RUNNING') AND executions.started_at >= '2022-04-08T11:56:15' AND executions.started_at <= '2022-05-02T11:46:15' AND executions.state = 'EXECUTION_ACTIVE' LIMIT 100
2022/05/02 11:56:15 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/execution_repo.go:103
[34.685ms] [rows:0] SELECT * FROM "executions" WHERE executions.execution_project = 'some-project' AND executions.execution_domain = 'production' AND executions.phase in ('RUNNING') AND executions.started_at >= '2022-04-08T11:56:15' AND executions.started_at <= '2022-05-02T11:46:15' AND executions.state = 'EXECUTION_ACTIVE' LIMIT 100
our config looks like:
flyteadmin_config.yaml: |
logger:
show-source: true
level: 4
formatter:
type: gcp
did we miss something?katrina
Babis Kiosidis
05/03/2022, 4:36 PMkatrina
Babis Kiosidis
05/03/2022, 4:48 PMkatrina
Babis Kiosidis
05/04/2022, 9:25 AMkatrina
Babis Kiosidis
05/06/2022, 8:41 AM