Skip to content

Commit

Permalink
feat(infra): adding more debug information for ipfs node in production
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Mar 19, 2023
1 parent 5e9f643 commit d823e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/ceramic-mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ const serviceIPFS = new awsx.ecs.FargateService("dpopp-ipfs", {
{ name: "IPFS_S3_SECRET_ACCESS_KEY", value: usrS3Secret },
{ name: "IPFS_S3_KEY_TRANSFORM", value: "next-to-last/2" },
{ name: "GOLOG_LOG_LEVEL", value: "info" },
{ name: "GODEBUG", value: "gctrace=1" },
],
mountPoints: [
{
Expand Down

0 comments on commit d823e69

Please sign in to comment.