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
When you run process-compose with -t=false and run monitor, it prints api logs like below
-t=false
monitor
[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.
The text was updated successfully, but these errors were encountered:
c9625e0
Fixed in v0.80.0
Sorry, something went wrong.
No branches or pull requests
Feature Request
When you run process-compose with
-t=false
and runmonitor
, it prints api logs like belowI want to ignore this messages.
Use Case:
Proposed Change:
Who Benefits From The Change(s)?
Alternative Approaches
The text was updated successfully, but these errors were encountered: