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 0912c73 commit b673f9eCopy full SHA for b673f9e
common/scala/src/main/scala/org/apache/openwhisk/common/Logging.scala
@@ -377,14 +377,14 @@ object LoggingMarkers {
377
scheduler,
378
"actionContainer",
379
counter,
380
- Some(namespace),
+ Some(action),
381
Map("namespace" -> namespace, "action" -> action))(MeasurementUnit.none)
382
def SCHEDULER_ACTION_INPROGRESS_CONTAINER(namespace: String, action: String) =
383
LogMarkerToken(
384
385
"actionInProgressContainer",
386
387
388
389
390
/*
0 commit comments