We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opentelemetry()
4.8.1
log { source { opentelemetry(); tcp(); }; };
[2024-09-30T12:35:51.551556] Running application hooks; hook='6' [2024-09-30T12:35:51.551556] Running application hooks; hook='7' [2024-09-30T12:35:51.551556] OpenTelemetry server accepting connections; port='4317' [2024-09-30T12:35:51.551556] Trying to open module; module='syslogformat', filename='/home/alltilla/repos/axosyslog/build/install/lib/syslog-ng/libsyslogformat.so' [2024-09-30T12:35:51.551556] Module loaded and initialized successfully; module='syslogformat' [2024-09-30T12:35:51.551556] Error binding socket; addr='AF_INET(0.0.0.0:514)', error='Permission denied (13)' [2024-09-30T12:35:51.551556] Error initializing message pipeline; plugin_name='tcp', location='/home/alltilla/repos/axosyslog/build/install/etc/syslog-ng.conf:2:29' E0930 12:35:51.590174963 257709 completion_queue.cc:247] assertion failed: queue.num_items() == 0 fish: Job 1, './install/sbin/syslog-ng -Fedtv' terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered:
opentelemtry()
According to the gRPC docs, shutdown should be called only after we drained the completion queues.
This may happen even in normal cases, when init does not fail.
Sorry, something went wrong.
No branches or pull requests
AxoSyslog
Version of AxoSyslog
4.8.1
Configuration
Input and output logs
The text was updated successfully, but these errors were encountered: