Hi there :wave: has anyone got experience configur...
# questions-and-troubleshooting
d
Hi there đź‘‹ has anyone got experience configuring StarRocks compute nodes logging output for DataDog? Specifically I can't find anything suggesting support for JSON logging on the backend (apart from JNI logs). Any hints appreciated
k
https://github.com/StarRocks/starrocks-kubernetes-operator/issues/41 check the discussion here, right now it can be output to the pod console, but still plaintext.
d
Thanks Kevin. We're not running in K8s and we're shipping logs to DataDog. JSON format is preferred due to stacktraces can be in the same payload, indexed and searchable as opposed to plain text where each line of the stacktrace will be shipped separately. Unfortunately Backend nodes running in shared data mode also output some Java exceptions in
<http://cn.INFO|cn.INFO>
and
cn.WARNING
and I don't se a way to suppress
k
I see. but for now, it is not supported on BE or CN.