Skip to content

Commit

Permalink
chore: turn off debug logging and drop debug sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Dec 19, 2024
1 parent 2069116 commit 5c0660d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions catalyst-gateway/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,9 @@ project: {
]

env: [
// TODO: Remove after deployment is working
{
name: "DEBUG_SLEEP_ERR"
value: "3600"
},
{
name: "RUST_LOG"
value: "error,cat_gateway=debug,cardano_chain_follower=debug,mithril-client=debug"
value: "error,cat_gateway=info,cardano_chain_follower=info"
},
{
name: "CASSANDRA_VOLATILE_URL"
Expand Down

0 comments on commit 5c0660d

Please sign in to comment.