Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,12 @@ This folder contains a set of scripts and utilities to manage services like:
- Delist content scripts (for content node)
- Automatic rewards claim script

## Logging
Logging is enabled by default to stream logs to a logging service for ease of debugging. It's strongly recommended to keep logging enabled. However, if there's a reason to turn logging off, it can be disabled with:
```
audius-cli set-config creator-node|discovery-node audius_loggly_disable true
audius-cli launch creator-node|discovery-node
```

## More options
For more advanced configuration options or migrating from Kubernetes check out the [Advanced Setup Guide](ADVANCED_SETUP.md)
2 changes: 1 addition & 1 deletion common-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
timeout: 5s

logspout:
image: audius/logspout:v3.2.14
image: audius/logspout:v3.2.14-1
container_name: logspout
restart: always
volumes:
Expand Down
1 change: 1 addition & 0 deletions discovery-provider/prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ audius_web3_port=443
# required values
audius_delegate_owner_wallet=
audius_delegate_private_key=
audius_discprov_url=
1 change: 1 addition & 0 deletions discovery-provider/stage.env
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ audius_web3_port=443
# required values
audius_delegate_owner_wallet=
audius_delegate_private_key=
audius_discprov_url=