Skip to content

Commit

Permalink
test: cloudwatch 로그 수집 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
apaals2 committed Nov 8, 2024
1 parent ebc5f82 commit 9833e05
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cloudwatch-config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"logs": {
"logs_collected": {
"files": {
"collect_list": [
{
"file_path": "/home/ubuntu/backend/build/libs/backend-server.log",
"log_group_name": "AimoBE_LogsMonitoring",
"log_stream_name": "AimoBE",
"timezone": "UTC"
}
]
}
"logs": {
"logs_collected": {
"files": {
"collect_list": [
{
"file_path": "/home/ubuntu/backend/build/libs/backend-server-*.log",
"log_group_name": "/aws/lambda/KTB16-aimoBE-CloudWatchLogStream",
"log_stream_name": "default-stream",
"timezone": "UTC"
}
]
}
}
}
}
}

0 comments on commit 9833e05

Please sign in to comment.