Skip to content

Commit

Permalink
Log collection artifact downloads (#1010)
Browse files Browse the repository at this point in the history
Issue: AAH-750
  • Loading branch information
bmclaughlin authored Oct 11, 2021
1 parent ed60fbb commit d258ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/750.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update logging config to log GET requests. Results in logging redirect to Content App for artifact download.
2 changes: 1 addition & 1 deletion galaxy_ng/app/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def configure_logging(settings: Dynaconf) -> Dict[str, Any]:
},
"exclude": {
"applications": [],
"methods": ["GET"],
"methods": [],
"status": [],
"unknown": False,
},
Expand Down

0 comments on commit d258ce6

Please sign in to comment.