diff options
author | dan <dan.abramov@gmail.com> | 2024-12-13 17:14:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-13 17:14:41 +0000 |
commit | e2a7965e438db9f70d76d2d7a911aa4c4a42c122 (patch) | |
tree | d75b04cf03ad3300feb221341580cca36a9c7005 /src/logger/README.md | |
parent | 5655241bef22264ad9da3d9ba2074af4e9ba7dd0 (diff) | |
download | voidsky-e2a7965e438db9f70d76d2d7a911aa4c4a42c122.tar.zst |
Gate bitdrift integration (#7088)
* Move Statsig init call earlier * Gate Bitdrift init call * Remove IS_TEST env constant * Mock statsig
Diffstat (limited to 'src/logger/README.md')
-rw-r--r-- | src/logger/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logger/README.md b/src/logger/README.md index 1dfd5da23..17dd61cb3 100644 --- a/src/logger/README.md +++ b/src/logger/README.md @@ -18,7 +18,7 @@ logger.error(error[, metadata]) #### Modes The "modes" referred to here are inferred from the values exported from `#/env`. -Basically, the booleans `IS_DEV`, `IS_TEST`, and `IS_PROD`. +Basically, the booleans `IS_DEV` and `IS_PROD`. #### Log Levels |