-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: enable remote pilot logging system #269
base: main
Are you sure you want to change the base?
Conversation
@chrisburr I think we need a pilot logging router, even in its basic form. One of the tests fails because it is missing. |
@chrisburr What is a reason of test failures here ? The demo runs fine locally, can be contacted with a client etc. The test fails with |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@chrisburr @chaen This type of error occurs (in the demo) where charts don't list a relevant DB Both local and CI tests reach the same point - server installation failure. |
Enable remote logging system with open search. This PR only shows a router in its preliminary form. The router needs access to
PilotAgentsDB
(#292) to get a pilot ID from a pilot stamp.