Skip to content

Commit

Permalink
Disable OPA container logs (cvat-ai#5988)
Browse files Browse the repository at this point in the history
OPA currently logs every request to the console and this results in huge
docker log files.
I don't think these logs can be useful for enabling docker-level log
size limits.
  • Loading branch information
azhavoro authored Apr 6, 2023
1 parent b55471a commit 7c00f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ services:
command:
- run
- --server
- --set=decision_logs.console=true
- --log-level=error
- --set=services.cvat.url=http://cvat-server:8080
- --set=bundles.cvat.service=cvat
- --set=bundles.cvat.resource=/api/auth/rules
Expand Down

0 comments on commit 7c00f5e

Please sign in to comment.