Skip to content

Commit

Permalink
SNOW-990111 Update easy logging documentation (#875)
Browse files Browse the repository at this point in the history
### Description
SNOW-990111 Update easy logging documentation

### Checklist
- [x] Code compiles correctly
- [x] Code is formatted according to [Coding
Conventions](../CodingConventions.md)
- [x] Created tests which fail without the change (if possible)
- [x] All tests passing (`dotnet test`)
- [x] Extended the README / documentation, if necessary
- [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
  • Loading branch information
sfc-gh-knozderko committed Feb 26, 2024
1 parent cfd01fa commit 011c831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,14 +793,15 @@ The feature is activated by a config file which can be:
2. provided as environmental variable called `SF_CLIENT_CONFIG_FILE` (eg. `SET SF_CLIENT_CONFIG_FILE=C:\some-path\client_config.json`)
3. found in the driver location by searching for `sf_client_config.json` file
4. found in the home location by searching for `sf_client_config.json` file
5. found in temp directory location by searching for `sf_client_config.json` file

The search for a config file is executed in the order listed above.

To minimize the number of searches for a configuration file it is executed only:
- for the first connection
- for the first connection with `CLIENT_CONFIG_FILE` parameter.

On Unix-style systems, client configuration file permissions are expected to have a limitation that only the file owner can modify the files (e.g. 600, 644).

The example of the configuration file is:
```json
{
Expand Down

0 comments on commit 011c831

Please sign in to comment.