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

Reduce logging when running demo via docker-compose #575

Closed
abewley-homegrid opened this issue Aug 26, 2023 · 3 comments
Closed

Reduce logging when running demo via docker-compose #575

abewley-homegrid opened this issue Aug 26, 2023 · 3 comments
Assignees
Labels
Pipeline Manager The Pipeline manager that serves the rest API

Comments

@abewley-homegrid
Copy link

The port in the demo lists localhost:8080, but you need to browse to localhost:8085.

Containers_-_Docker_Desktop

Also, at startup there are a bazillion messages like, you miss out other important messages:

feldera-pipeline-manager-1 | 2023-08-26 00:52:47 INFO [manager] 172.21.0.5 "GET /v0/programs/018a2f4f-6e36-7d07-a564-e39163a283f1 HTTP/1.1" 200 7646 "-" "python-httpx/0.24.1" 0.001421

@lalithsuresh
Copy link
Collaborator

lalithsuresh commented Aug 26, 2023

Thanks @abewley-homegrid. The port mappings should already be fixed by 7a334fb

We do need to revisit the default log levels. These ones are produced by actix and are indeed noisy.

@ryzhyk
Copy link
Contributor

ryzhyk commented Aug 26, 2023

Hey @abewley-homegrid! Thanks for the feedback. Yep, we definitely need to slow down are logging :)

@ryzhyk ryzhyk added the Pipeline Manager The Pipeline manager that serves the rest API label Aug 26, 2023
@lalithsuresh lalithsuresh changed the title Demo docker-compose is for wrong localhost port Reduce logging when running demo via docker-compose Aug 26, 2023
@lalithsuresh
Copy link
Collaborator

Fixed by #581

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pipeline Manager The Pipeline manager that serves the rest API
Projects
None yet
Development

No branches or pull requests

3 participants