Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10.0, 0.11.0, 0.12.0
-
None
Description
TFileTransport prints logs using system.err.
System.out is the cache stream and system.err non-buffered stream. In other words, the former does not necessarily print the log output immediately,
and the latter will print immediately. This will make the exception log order not in the specified position, increasing the difficulty of analyzing the abnormal log, and Unable to manage logs
So I did something for the community and changed it to slf4j.log to output the log.
Thanks.
best regards.