dcmjs 0.34.0 → 0.34.2

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/README.md CHANGED
@@ -163,3 +163,7 @@ The developers gratefully acknowledge their research support:
163
163
  - The [Neuroimage Analysis Center](http://nac.spl.harvard.edu)
164
164
  - The [National Center for Image Guided Therapy](http://ncigt.org)
165
165
  - The [NCI Imaging Data Commons](https://imagingdatacommons.github.io/) NCI Imaging Data Commons: contract number 19X037Q from Leidos Biomedical Research under Task Order HHSN26100071 from NCI
166
+
167
+ ## Logging
168
+
169
+ This library uses [loglevel](https://github.com/pimterry/loglevel) for logging. By default, the log level is set to "warn". You can change the log level by setting the `LOG_LEVEL` environment variable or by using the `setLevel` method in your code.