You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/08/31 04:24:59 UTC

[GitHub] [incubator-doris] ccoffline commented on issue #6529: [Proposal] Extend logging framework to support structured log output and custom log format

ccoffline commented on issue #6529:
URL: https://github.com/apache/incubator-doris/issues/6529#issuecomment-908888102


   There are already similar designs in Doris. `Logbuilder` is used in some code, but not widely.
   https://github.com/apache/incubator-doris/blob/647170c4391e922aa33a81c391a6508376788d0f/fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BulkLoadJob.java#L212-L218
   As you can see, to add tags on a log, `Logbuilder` is kind of ugly, and the format of the output log has been determined and cannot be customized.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org