You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #147, the library writes some debug information to a /var/tmp/dd-opentracing-cpp/startup_options-*.json file on startup. This is problematic:
The users risk running out of disk in environments where the processes consuming the library are started frequently (this did actually happen in my setup with NGINX Ingress Controller)
The hard-coded location is bad for portability
I believe this output should be turned off by default and its destination should be made configurable.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @deadok22, and although this had good intentions (it's very useful information for support teams), I agree it's problematic and it did later get removed. As other projects update, it'll stop being a problem.
The code should have been removed instead of commented out - an oversight on my part. Let's leave this issue open until that has been cleaned up.
Since #147, the library writes some debug information to a
/var/tmp/dd-opentracing-cpp/startup_options-*.json
file on startup. This is problematic:I believe this output should be turned off by default and its destination should be made configurable.
The text was updated successfully, but these errors were encountered: