dandi / dandi-hub

Infrastructure and code for the dandihub
https://hub.dandiarchive.org
Other
11 stars 23 forks source link

Allow all logging policies #191

Closed asmacdo closed 3 months ago

asmacdo commented 3 months ago

@aaronkanzer and I made this change for LINC, and it was necessary to bring down BICAN. I've already made the changes for BICAN and Mcgovern.

The file changed here is for reference only, it is not connected to automation.

asmacdo commented 3 months ago

The terraform automatically creates log groups in CloudWatch, but FWIW the logs being collected have not been useful to me yet.

Screenshot from 2024-08-12 12-13-55

Screenshot from 2024-08-12 12-14-09

yarikoptic commented 3 months ago

how to establish their archival? we already use heroku cli on drogon to get the ones from heroku, and some from papertrail, and we use con/tinuous for stuff from github and other CIs. I would imagine such logs could come handy for various debugging purposes.

asmacdo commented 3 months ago

@yarikoptic they are already archived within CloudWatch. Feel free to file an issue if you'd like them to be synced elsewhere, but I think it would require a security audit-- we don't want to be copying secrets around.

asmacdo commented 3 months ago

@aaronkanzer and I made this change together, its live for LINC and dandihub, so I feel comfortable merging.