Skip to content

Commit

Permalink
chore: change logger
Browse files Browse the repository at this point in the history
  • Loading branch information
mageshwaran-lifebit committed Mar 15, 2024
1 parent f8cc2f4 commit 2c1e82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nextflow/src/main/groovy/nextflow/cli/CmdRun.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,9 @@ class CmdRun extends CmdBase implements HubOptions {
void preloadLifebitPlugins() {
def plugins = sysEnv.get('NXF_LIFEBIT_PRELOAD_PLUGINS', '')
if( plugins ) {
log.debug("List of Lifebit's plugins '${plugins}' that are pre-loading...")
log.debug("Pre-loading Lifebit's plugins '${plugins}'...")
Plugins.load([plugins: plugins.tokenize(',')])
log.debug("List of Lifebit's plugins '${plugins}' that are pre-loadeded.")
log.debug("Preloaded Lifebit's plugins '${plugins}'.")
} else {
log.debug("No Lifebit's plugins to pre-load")
}
Expand Down

0 comments on commit 2c1e82b

Please sign in to comment.