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 92e76c9 commit 947254dCopy full SHA for 947254d
airbyte-data/src/main/kotlin/io/airbyte/data/services/impls/data/JobServiceDataImpl.kt
@@ -80,7 +80,7 @@ class JobServiceDataImpl(
80
try {
81
it.toConfigModel()
82
} catch (e: Exception) {
83
- logger.info(e) { "Failed to convert job to config model configTypes=$configTypes scopes=$scopes createdAtStart=$createdAtStart" }
+ logger.info(e) { "Failed to convert job to config model id=${it.id} configType=${it.configType} scope=${it.scope}" }
84
null
85
}
86
0 commit comments