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