louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
53.02k stars 4.79k forks source link

Logging config #4921

Open deavmi opened 1 week ago

deavmi commented 1 week ago

⚠️ Please verify that this question has NOT been raised before.

🛡️ Security Policy

📝 Describe your problem

I want to know if there is a way to disable logging. I do frequent (20s) interval checks and don't want all the logs.

📝 Error Message(s) or Log

No response

🐻 Uptime-Kuma Version

Latest

💻 Operating System and Arch

Ubuntu

🌐 Browser

Chrome

🖥️ Deployment Environment

CommanderStorm commented 1 week ago

Think this answers your question: https://github.com/louislam/uptime-kuma/issues/1072

if you want an easy fix just add the environment variable to the docker

UPTIME_KUMA_HIDE_LOG=debug_monitor,info_monitor

This disables the INFO log for the Successful Response