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

Infinitely growing list of logs from API server in dev mode #183

Closed
jayantbh opened this issue Apr 25, 2024 · 1 comment
Closed

Infinitely growing list of logs from API server in dev mode #183

jayantbh opened this issue Apr 25, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jayantbh
Copy link
Contributor

Description:

Running ./dev.sh shows that apiserver is loading a seeminly infinite amount of logs that causes the container storage to fill up and crash other things

Steps to reproduce:

  1. Run ./dev.sh
  2. Wait for dockerfile setup steps to run though
  3. Eventually see logs from api, web, and other sources to start streaming in
  4. Notice that api logs keep coming in rapidly, and of course since this is being written to the disk, it takes up all the space

Expected behavior:

It should not create so many logs as to fill up the disk.

@jayantbh jayantbh added the bug Something isn't working label Apr 25, 2024
@amoghjalan amoghjalan removed their assignment Apr 29, 2024
@amoghjalan amoghjalan added the help wanted Extra attention is needed label Apr 29, 2024
@amoghjalan
Copy link
Contributor

We have decided to keep interactive CLI on hold as part of developer mode. While someone picks it up, the dev.sh script has been updated to use docker compose watch directly instead.
I shall create a ticket for documentation to be updated with commands through which one can look into individual logs for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants