mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 13:34:07 +08:00
Completing CSV export
This commit is contained in:
@ -68,7 +68,7 @@ public class LogUtils {
|
||||
* @return
|
||||
*/
|
||||
public static String generateTraceId() {
|
||||
String traceId = UUID.fastUUID().toString();
|
||||
String traceId = UUID.fastUUID().toString().replaceAll("-", "");
|
||||
TRACE_ID_THREAD_LOCAL.set(traceId);
|
||||
return traceId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user