Skip to content

Commit

Permalink
add logs to debug ocs through geoflow-shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Dec 10, 2024
1 parent e4b54be commit ea4f5ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/initWorkflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ initWorkflow <- function(file, dir = ".", jobDirPath = NULL, handleMetadata = TR
stop(errMsg)
}
client_params <- unlist(software[names(software)!="handler"])
if(software$id == "ocs"){
config$logger.info("OCS connection details")
print(client_params)
}
client <- client_handler(client_params)
}
if(!is.null(config$software[[software$type]][[switch(software$type,"input"=software$id,"output"=software$software_type)]])){
Expand Down

0 comments on commit ea4f5ea

Please sign in to comment.