Hi, we're running a prefect server locally (prefec...
# ask-community
p
Hi, we're running a prefect server locally (prefect 1.0) and we're facing some issues (attaching
docker ps -a
output)
Copy code
3f832d699b5e   prefecthq/server:core-0.15.11
 this one occupied nearly 40G
42G	3f832d699b5edd87e39af62f724bb143826f2c5ae929a0565d0ceb479d2befde-json.log
• These logs are taking so much space that our root gets full and our local prefect server goes down, so is there any way we can remove old logs, or divide these logs in dated files and remove old ones as per need, or can we set size limit for these logs file ? • and also is there any command to get prefect server status and agent status, so that we can send some alerts as per server status and agents' status.
m
@Kevin Kho @Anna Geller can you pls help here
a