Merge pull request #8063 from DDDHuang/logger_cl
chore(doc): customize log date : update change log
This commit is contained in:
commit
fa302eeaee
|
@ -30,6 +30,7 @@ File format:
|
||||||
* Add rule-engine function float2str/2, user can specify the float output precision [#7991]
|
* Add rule-engine function float2str/2, user can specify the float output precision [#7991]
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
* List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions.
|
* List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions.
|
||||||
* SSL closed error bug fixed for redis client.
|
* SSL closed error bug fixed for redis client.
|
||||||
* Fix mqtt-sn client disconnected due to re-send a duplicated qos2 message
|
* Fix mqtt-sn client disconnected due to re-send a duplicated qos2 message
|
||||||
|
@ -40,6 +41,7 @@ File format:
|
||||||
[ekka-158](https://github.com/emqx/ekka/pull/158)
|
[ekka-158](https://github.com/emqx/ekka/pull/158)
|
||||||
* Add regular expression check ^[0-9A-Za-z_\-]+$ for node name [#7979]
|
* Add regular expression check ^[0-9A-Za-z_\-]+$ for node name [#7979]
|
||||||
* Fix `node_dump` variable sourcing. [#8026]
|
* Fix `node_dump` variable sourcing. [#8026]
|
||||||
|
* Support customized timestamp format of the log messages.
|
||||||
|
|
||||||
## v4.3.14
|
## v4.3.14
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue