Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Logs configuration
-
Hi,
I searched how to configure proget log level in the documentation, but i didn't find any information and how to do that. Is there a file to edit ? Is there an environnement variable to modify ?
I want to edit the log level of standard output logs.
I'm running on the Docker image 22.0.13. I can update to latest if needed.
Thanks a lot.
-
@avaleriusdebeffort_3858 what do you want to log? You can enable more detailed logging on ngnix... but otherwise, in ProGet, we don't have any more detailed logging available for end-users to troubleshoot.
-
Thanks for your answer. I agree i wasn't enought precise in my request.
My ProGet instance is host on a Kubernetes cluster which has all standard output logs forwarded to a monitoring software. This works well.
But ProGet is generating too much logs that are not very valuable like on my attached file.I want to disable this "info level" logs to keep only warning and errors for example.
-
Thanks for clarifying @avaleriusdebeffort_3858
In this case, please do not monitor the console output. There is no useful information that you will gather from that, and it's entirely a diagnostic tool. It cannot be adjusted
If you wish to monitor the health of ProGet, please check the
/health
API endpoint. That will contain all of the information that you need.
-
Thanks for this information. I will monitor ProGet through the
/health
endpoint and forget the logs monitoring.Thanks again and have a good day.