Skip to content

Commit 3082290

Browse files
author
Laurent Gougeon
committed
Changed ACT Splunk event to CPY Splunk event.
1 parent b1c6ce1 commit 3082290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/ecmwf/ecpds/master/MasterServer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -7201,7 +7201,7 @@ public void configurableRun() {
72017201
final var destination = _transfer.getDestination();
72027202
final var dataFile = _transfer.getDataFile();
72037203
if (_splunk.isInfoEnabled() && !(complete && target.isEmpty()))
7204-
_splunk.info("ACT;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}",
7204+
_splunk.info("CPY;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}",
72057205
"Monitored=" + destination.getMonitor(), "DataTransferId=" + _transfer.getId(),
72067206
"DestinationName=" + destination.getName(),
72077207
"DestinationType=" + DestinationOption.getLabel(destination.getType()),
@@ -8268,7 +8268,7 @@ public void configurableRun() {
82688268
final var destination = _transfer.getDestination();
82698269
final var dataFile = _transfer.getDataFile();
82708270
if (_splunk.isInfoEnabled())
8271-
_splunk.info("ACT;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}",
8271+
_splunk.info("CPY;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}",
82728272
"Monitored=" + destination.getMonitor(), "DataTransferId=" + _transfer.getId(),
82738273
"DestinationName=" + destination.getName(),
82748274
"DestinationType=" + DestinationOption.getLabel(destination.getType()),

0 commit comments

Comments
 (0)