gpt4 book ai didi

aws-fargate - ECS Fargate - 设备上没有剩余空间

转载 作者:行者123 更新时间:2023-12-02 19:21:52 28 4
gpt4 key购买 nike

我已在 AWS Fargate 上部署了我的 asp.net core 应用程序,一切正常。我正在使用 awslogs 驱动程序,日志已正确发送到 cloudwatch。但是经过几天的正确工作,我现在只看到一种日志,如下所示:

enter image description here

由于没有空间,因此没有显示任何应用程序日志。如果我更新 ECS 服务,日志记录会再次开始工作,表明磁盘已被清理。

此链接表明 awslogs 驱动程序不占用空间,而是将日志发送到 cloudwatch。 https://docs.aws.amazon.com/AmazonECS/latest/userguide/task_cannot_pull_image.html

有人也遇到过这个问题并且知道如何解决吗?

最佳答案

您需要将 AWS Logging 配置中的“LibraryLogFileName”参数设置为 null。

因此,在 .Net Core 应用程序的 appsettings.json 文件中,它看起来像这样:

"AWS.Logging": {
"Region": "eu-west-1",
"LogGroup": "my-log-group",
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
},
"LibraryLogFileName": null
}

关于aws-fargate - ECS Fargate - 设备上没有剩余空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62936499/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com