dcmjs 0.34.3 → 0.34.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/dcmjs.es.js CHANGED
@@ -366,13 +366,8 @@ var loglevel = {exports: {}};
366
366
  var loglevelExports = loglevel.exports;
367
367
  var log = /*@__PURE__*/getDefaultExportFromCjs(loglevelExports);
368
368
 
369
- /**
370
- * A validation log shows issues with data validation, and not internal issues itself.
371
- * This is validation.dcmjs to group the validation issues into a single validation set to allow
372
- * turning validation on/off.
373
- */
374
- var validationLog = log.create("validation.dcmjs");
375
- log.setLevel(process.env.LOG_LEVEL || "warn");
369
+ log.setLevel("warn");
370
+ var validationLog = log.getLogger("validation.dcmjs");
376
371
 
377
372
  /* eslint no-bitwise: 0 */
378
373
  var BitArray = {