Skip to content

Commit

Permalink
chore: Scope license-related errors as debug level
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Miranda <alberto.miranda@seqera.io>
  • Loading branch information
alberto-miranda committed Dec 20, 2024
1 parent a9849f5 commit eaa985e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class TowerFusionEnv implements FusionEnv {
FUSION_LICENSE_TOKEN: token,
]
} catch (Exception e) {
log.warn("Error retrieving Fusion license information: ${e.message}")
log.debug("Error retrieving Fusion license information: ${e.message}")
return Map.of()
}
}
Expand Down

0 comments on commit eaa985e

Please sign in to comment.