Skip to content
Snippets Groups Projects

Demote warning on use of latest DB tags

Merged Rosen Matev requested to merge rmatev-conddb-warning into master
  1. Jul 24, 2020
    • Rosen Matev's avatar
      Demote warning on use of latest DB tags · 133df813
      Rosen Matev authored
      Currently, when `CondDB.LatestGlobalTagByDataType(s)` is set in options,
      the following warning is emitted unconditionally:
      
      ```
       # WARNING: Default global tags will be overridden with the latest ones available for 'Upgrade' data type: {'DDDB': 'upgrade/dddb-20200529', 'SIMCOND': 'upgrade/sim-20200515-vc-md100'}
      ```
      
      Here, this is demoted to INFO since the message is the result of
      explicitly using an option (so the user shouldn't need to be warned).
      133df813
Loading