Welcome to the Linux Foundation Forum!

Fix for CLI Error:WARN 001 CORE_LOGGING_LEVEL is no longer supported, please use the FABRIC_LOGGING

2019-11-02 19:29:27.928 UTC [main] InitCmd -> WARN 001 CORE_LOGGING_LEVEL is no longer supported, please use the FABRIC_LOGGING_SPEC environment variable
2019-11-02 19:29:27.939 UTC [main] SetOrdererEnv -> WARN 002 CORE_LOGGING_LEVEL is no longer supported, please use the FABRIC_LOGGING_SPEC environment variable

fix changing env var in cli

  cli:
    container_name: cli
    environment:
      # deprecated
      # - CORE_LOGGING_LEVEL=info
      - FABRIC_LOGGING_SPEC=info

done now we don't see the warn messages inside cli :)

Comments

Categories

Upcoming Training