Open so2bin opened 10 months ago
I think this is a reasonable ask. @GuanLuo / @rmccorm4 any thoughts? My only concern is that this might be a breaking change if the user relies on these logs to be printed with LOG_VERBOSE(1)
.
CC: @GuanLuo @rmccorm4 @nnshah1
Our logs have gotten more verbose over time. It may be worth discussing what Triton wants in the short- and long-term, so that we do not introduce breaking changes (especially multiple times).
Is your feature request related to a problem? Please describe.
ServiceMonitor
. Now i was troubled by too much many metrics request logs:Describe the solution you'd like
the metrics's log verbose level is 1, so is it reasonable to increase the log level to 2 or higher? Beause these metrics logs is less important in the production environment, but the normally inference request logs is more important.