mirror of https://gitee.com/bigwinds/arangodb
rename log id script to match its final purpose (#8578)
This commit is contained in:
parent
778417cdf0
commit
88dce3e51e
|
@ -22,7 +22,7 @@ errors.
|
||||||
|
|
||||||
LOG_TOPIC("2dead", ....)
|
LOG_TOPIC("2dead", ....)
|
||||||
|
|
||||||
To ensure that the ids are unique we run the script `./utils/generateLogIds.py`
|
To ensure that the ids are unique we run the script `./utils/checkLogIds.py`
|
||||||
during CI runs. The script will fail with a non-zero status if id collisions
|
during CI runs. The script will fail with a non-zero status if id collisions
|
||||||
are found. You can use `openssl rand -hex 3 | sed 's/.//;s/\(.*\)/"\1"/'` or
|
are found. You can use `openssl rand -hex 3 | sed 's/.//;s/\(.*\)/"\1"/'` or
|
||||||
anything that suits you to generate a **5 hex digit log** id.
|
anything that suits you to generate a **5 hex digit log** id.
|
||||||
|
|
Loading…
Reference in New Issue