We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4192248 commit d5970a3Copy full SHA for d5970a3
1 file changed
rust/operator-binary/src/product_logging.rs
@@ -101,15 +101,15 @@ LOGGING_CONFIG['loggers']['{name}']['level'] = {level}
101
output
102
});
103
104
- let remote_task_log = if resolved_product_image.product_version.starts_with("3") {
+ let remote_task_log = if resolved_product_image.product_version.starts_with("2") {
105
+ ""
106
+ } else {
107
"
108
# This will cause the relevant RemoteLogIO handler to be initialized
109
REMOTE_TASK_LOG = airflow_local_settings.REMOTE_TASK_LOG
110
log = logging.getLogger(__name__)
111
log.info('Custom logging remote task log %s', REMOTE_TASK_LOG)
112
- } else {
- ""
113
};
114
115
format!(
0 commit comments