Jay Ganbat
03/25/2022, 8:45 PM2022-03-25 20:39:40,203 [INFO] Found existing task template for resource_type: TASK
i want to show other INFO logs from my script but want to ignore FlyteRemote INFO messages, is there a way to do this?
Also it looks like this is coming from this code
remote_logger.debug(f"Found existing task template for {task.id}, will not retrieve from Admin")
it says debug but somehow tagged as INFO type loggingYee
FLYTE_SDK_LOGGING_LEVEL_REMOTE=40
Jay Ganbat
03/25/2022, 8:59 PMexport FLYTE_SDK_LOGGING_LEVEL=40
but im still seeing the logging INFOYee
Jay Ganbat
03/25/2022, 9:00 PMYee
Jay Ganbat
03/25/2022, 9:00 PMYee
Jay Ganbat
03/25/2022, 9:01 PMYee
Jay Ganbat
03/25/2022, 9:07 PM2022-03-25 21:07:02,739 [INFO] Found existing task template for resource_type: TASK
project: "balrog"
domain: "development"
name: "balrog_pipeline.workflows.utility_workflows.log_process_flowcell_exec_id_task"
version: "fix-test-logging-6f52a81c-7248eb2451c6"
, will not retrieve from Admin
2022-03-25 21:07:02,740 [INFO] Found existing task template for resource_type: TASK
project: "balrog"
domain: "development"
name: "balrog_pipeline.workflows.process_flowcell_workflow.process_samples_task"
version: "fix-test-logging-6f52a81c-7248eb2451c6"
, will not retrieve from Admin
2022-03-25 21:07:02,747 [INFO] Found existing task template for resource_type: TASK
project: "balrog"
domain: "development"
name: "balrog_pipeline.workflows.utility_workflows.generate_metadata_csv_task"
version: "fix-test-logging-6f52a81c-7248eb2451c6"
, will not retrieve from Admin
2022-03-25 21:07:02,748 [INFO] Found existing task template for resource_type: TASK
project: "balrog"
domain: "development"
name: "balrog_pipeline.workflows.process_flowcell_workflow.compute_batch_qc_task"
version: "fix-test-logging-6f52a81c-7248eb2451c6"
, will not retrieve from Admin
2022-03-25 21:07:02,751 [INFO] Found existing task template for resource_type: TASK
project: "balrog"
domain: "development"
name: "balrog_pipeline.workflows.bcl2bam.extract_contigs_tasks.aggregate_extract_contigs_task"
version: "fix-test-logging-6f52a81c-7248eb2451c6"
, will not retrieve from Admin
2022-03-25 21:07:02,758 [INFO] EXECUTION_NAME=run-kzyf
Yee
Jay Ganbat
03/25/2022, 9:18 PM% pip show flytekit
WARNING: Ignoring invalid distribution -rpcio (/home/jganbat/.virtualenvs/balrog/lib/python3.9/site-packages)
Name: flytekit
Version: 0.30.3
Summary: Flyte SDK for Python
Home-page: <https://github.com/flyteorg/flytekit>
Author:
Author-email:
License: apache2
Location: /home/jganbat/.virtualenvs/balrog/lib/python3.9/site-packages
Requires: checksumdir, click, cloudpickle, cookiecutter, croniter, dataclasses-json, deprecated, diskcache, docker-image-py, docstring-parser, flyteidl, grpcio, keyring, marshmallow-jsonschema, natsort, pandas, protobuf, pyarrow, python-dateutil, python-json-logger, pytimeparse, pytz, requests, responses, retry, sortedcontainers, statsd, typing-extensions, urllib3, wheel, wrapt
Required-by: flytekitplugins-pod
Yee
Jay Ganbat
03/25/2022, 9:20 PMYee
Jay Ganbat
03/25/2022, 9:25 PMYee
Jay Ganbat
03/25/2022, 9:25 PM