@putkoff/abstract-logger 0.0.46 → 0.0.48

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/dist/cjs/index.js CHANGED
@@ -14675,10 +14675,6 @@ var container = class Container {
14675
14675
  /* ------------------------------------------------------------------ */
14676
14676
  /* Winston logger (Node only) */
14677
14677
  /* ------------------------------------------------------------------ */
14678
- console.log("ENV CHECK:", {
14679
- LOG_SHOW_DETAILS: process.env.LOG_SHOW_DETAILS,
14680
- LOG_DETAILS_ALLOWLIST: process.env.LOG_DETAILS_ALLOWLIST,
14681
- });
14682
14678
  function getNodeLogger() {
14683
14679
  let nodeLogger = null;
14684
14680
  if (IS_NODE) {