Commit 464b2d6
authored
chore(zero-cache): set log level to info (tldraw#8717)
In order to reduce log volume from the zero-cache fly.io services, this
PR sets `ZERO_LOG_LEVEL` from `debug` to `info` (which is also the
documented default).
Applied to all three deployment templates: single-process, view-syncer,
and replication-manager.
### Change type
- [x] `other`
### Test plan
1. Deploy zero-cache stacks and confirm logs no longer include
debug-level entries.
### Release notes
- Internal: reduce zero-cache log verbosity to `info`.1 parent 671472a commit 464b2d6
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- apps/dotcom/zero-cache
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments