Skip to content

Commit

Permalink
chore: readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarqs committed Jun 1, 2024
1 parent 227bf30 commit a118073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const config = await loadConfig({

### Silent mode

By default we log warnings internally if an adapter fails. You can use the `silent` flag to avoid logs if adapter fails.
If any adapter fails, we will still return the data from other adapters. However, by default, we log a warning internally if an adapter fails. You can use the `silent` flag to avoid logging the warning. This is useful when you have multiple adapters and you don't want to log a warning for each adapter that fails. Example for the built-in `envAdapter`:

```ts
import { z } from 'zod';
Expand Down

0 comments on commit a118073

Please sign in to comment.