Skip to content

Commit

Permalink
Improve wave config logging
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Jul 24, 2023
1 parent 00eb145 commit 547fad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 547fad6

Please sign in to comment.