Skip to content

There are too few documents on the design and implementation of EMQX #14534

Answered by keynslug
shengbinxu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shengbinxu, agree that would be a welcome addition to the EMQX documentation.

  1. Assuming you're working with EMQX v5: it's enough to run make or make emqx in the working directory of the EMQX repo itself. Small changes should be recompiled incrementally, however the whole process might still take some time.
  2. Having knowledge of the Erlang/BEAM model definitely won't hurt. The ?TRACE macros you're using however are primarily intended for the Log Trace feature. There is ?SLOG macro family, suitable for when you just want to put something to the service logs (at the correct logging level).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shengbinxu
Comment options

Answer selected by shengbinxu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants