hyperledger / fabric-ca

https://wiki.hyperledger.org/display/fabric
Apache License 2.0
441 stars 712 forks source link

handling `setLogLevel` error of `ConfigInit` if both `debug` flag and `loglevel` are set #410

Open bkiran6398 opened 7 months ago

bkiran6398 commented 7 months ago

Type of change

Description

Either debug flag or a valid loglevel string is expected to be set to determine the log level of application. When both are set, setLogLevel method returns an error which is handled in ConfigInit.

denyeart commented 4 months ago

@mergifyio rebase

mergify[bot] commented 4 months ago

rebase

✅ Branch has been successfully rebased

denyeart commented 4 months ago

See the checks for a legitimate unit test failure caused by this change.