Skip to content

Commit

Permalink
Upload cfn-hup log to CloudWatch
Browse files Browse the repository at this point in the history
cfn-hup log is useful when debugging cluster update failures. Since aws#2614, all nodes rely on cfn-hup, making have the log on CloudWatch important.

Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster authored and hanwen-pcluste committed Aug 15, 2024
1 parent 873ebec commit d15b2b6
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@
],
"feature_conditions": []
},
{
"timestamp_format_key": "default",
"file_path": "/var/log/cfn-hup.log",
"log_stream_name": "cfn-hup",
"schedulers": [
"awsbatch",
"slurm"
],
"platforms": {{ default_platforms | tojson}},
"node_roles": [
"HeadNode",
"ComputeFleet",
"LoginNode",
"ExternalSlurmDbd"
],
"feature_conditions": []
},
{
"timestamp_format_key": "default",
"file_path": "/var/log/chef-client.log",
Expand Down

0 comments on commit d15b2b6

Please sign in to comment.