From 547fad62749111d14085bd504b66862a32792ce7 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Mon, 24 Jul 2023 10:21:32 +0200 Subject: [PATCH] Improve wave config logging Signed-off-by: Paolo Di Tommaso --- .../nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy b/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy index 339283f9d5..c7b3554590 100644 --- a/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy +++ b/plugins/nf-wave/src/main/io/seqera/wave/plugin/WaveClient.groovy @@ -116,7 +116,7 @@ class WaveClient { this.tower = new TowerConfig(session.config.tower as Map ?: Collections.emptyMap(), SysEnv.get()) this.endpoint = config.endpoint() this.condaChannels = session.getCondaConfig()?.getChannels() ?: DEFAULT_CONDA_CHANNELS - log.debug "Wave server endpoint: ${endpoint}" + log.debug "Wave endpoint: ${endpoint}; config: $config" this.packer = new Packer() this.waveRegistry = new URI(endpoint).getAuthority() // create cache