sofastack / sofa-tracer

SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Apache License 2.0
1.11k stars 377 forks source link

fix ut issue #491

Closed nobodyiam closed 2 years ago

nobodyiam commented 2 years ago

Motivation:

Try to fix the ci failed issue.

Modification:

Use spring profile to set the config value.

Result:

Fixes #490