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

Ignore monitor(API) logs #124

Closed
outstanding1301 opened this issue Jan 8, 2024 · 1 comment
Closed

Ignore monitor(API) logs #124

outstanding1301 opened this issue Jan 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@outstanding1301
Copy link

Feature Request

When you run process-compose with -t=false and run monitor, it prints api logs like below

[GIN            ] 2024/01/08 - 11:08:56 | 200 |      70.292µs |             ::1 | GET      "/processes"
[GIN            ] 2024/01/08 - 11:08:57 | 200 |      12.417µs |             ::1 | GET      "/live"
[GIN            ] 2024/01/08 - 11:08:57 | 200 |     400.291µs |             ::1 | GET      "/processes"
[GIN            ] 2024/01/08 - 11:08:58 | 200 |      23.417µs |             ::1 | GET      "/live"
[GIN            ] 2024/01/08 - 11:08:58 | 200 |      75.125µs |             ::1 | GET      "/processes"
[GIN            ] 2024/01/08 - 11:08:59 | 200 |      19.917µs |             ::1 | GET      "/live"
[GIN            ] 2024/01/08 - 11:08:59 | 200 |      119.75µs |             ::1 | GET      "/processes"
[GIN            ] 2024/01/08 - 11:09:00 | 200 |       11.25µs |             ::1 | GET      "/live"
[GIN            ] 2024/01/08 - 11:09:00 | 200 |      95.958µs |             ::1 | GET      "/processes"
[GIN            ] 2024/01/08 - 11:09:01 | 200 |      33.291µs |             ::1 | GET      "/live"

I want to ignore this messages.

Use Case:

Proposed Change:

Who Benefits From The Change(s)?

Alternative Approaches

@F1bonacc1 F1bonacc1 added the bug Something isn't working label Jan 12, 2024
@F1bonacc1
Copy link
Owner

Fixed in v0.80.0

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

No branches or pull requests

2 participants