Update logging spec

pull/135/head
Baohua Yang 2019-12-10 13:47:03 -08:00
parent 4362538de3
commit 448cb27a73
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ services:
# Default config can be found at https://github.com/hyperledger/fabric/blob/master/orderer/common/localconfig/config.go
environment:
- FABRIC_LOGGING_SPEC=INFO # default: INFO
- FABRIC_LOGGING_FORMAT=%{color}[%{id:03x} %{time:01-02 15:04:05.00 MST}] [%{longpkg}] %{callpath} -> %{level:.4s}%{color:reset} %{message}
- FABRIC_LOGGING_FORMAT=%{color}[%{id:03x} %{time:01-02 15:04:05.00 MST}] [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message}
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 # default: 127.0.0.1
- ORDERER_GENERAL_LISTENPORT=7050
- ORDERER_GENERAL_GENESISMETHOD=file # default: provisional
@ -159,4 +159,4 @@ services:
networks:
default:
external:
name: ${NETWORK}
name: ${NETWORK}