[core] add uuidv7 support

This commit is contained in:
Seven Du
2025-08-01 00:38:54 +08:00
committed by GitHub
parent ac9b8c621b
commit 7f9dd270b4
13 changed files with 576 additions and 7 deletions

View File

@@ -64,6 +64,9 @@
<!-- Default Global Log Level - value is one of debug,info,notice,warning,err,crit,alert -->
<param name="loglevel" value="debug"/>
<!-- UUID version to use, 4 or 7 -->
<!-- <param name="uuid-version" value="7"/> -->
<!-- Set the core DEBUG level (0-10) -->
<!-- <param name="debug-level" value="10"/> -->
@@ -206,4 +209,3 @@
</settings>
</configuration>