Skip to content

Commit 1bc6b8d

Browse files
committed
docs: add log level mention in readme
1 parent 9db3c0a commit 1bc6b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Typesense.configuration = {
4747
protocol: 'http' # For Typesense Cloud use https
4848
}],
4949
api_key: 'your-api-key',
50-
connection_timeout_seconds: 2
50+
connection_timeout_seconds: 2,
51+
log_level: :info # Optional: Set logging level (:debug, :info, :warn, :error, :fatal, :unknown)
5152
}
5253
```
5354

0 commit comments

Comments
 (0)