Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send logs to otel #11

Open
lf- opened this issue Nov 14, 2022 · 0 comments
Open

Send logs to otel #11

lf- opened this issue Nov 14, 2022 · 0 comments

Comments

@lf-
Copy link
Owner

lf- commented Nov 14, 2022

Currently the log method is overridden to not send these to otel. This is unfortunate because we can send them and just don't for no reason.

nix-otel/plugin/plugin.cpp

Lines 125 to 127 in bbdadf0

void log(Verbosity lvl, const FormatOrString &fs) override {
upstream->log(lvl, fs);
}

johnrichardrinehart pushed a commit to johnrichardrinehart/nix-otel that referenced this issue Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant