Skip to content

Commit

Permalink
Add ra_aux to semver supported modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Feb 16, 2024
1 parent 3e55ffc commit 2a36e58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,20 +427,23 @@ is available in a separate repository.

## Logging

Ra will use default OTP `logger` by default, unless `logger_module` configuration key is used to override.
Ra will use default OTP `logger` by default, unless `logger_module`
configuration key is used to override.

To change log level to `debug` for all applications, use

``` erl
logger:set_primary_config(level, debug).
```

## Ra versioning

Ra attempts to follow [Semantic Versioning](https://semver.org/).

The modules that form part of the public API are:
* `ra`
* `ra_machine` (behaviour callbacks only)
* `ra_aux`
* `ra_system`
* `ra_counters`
* `ra_leaderboard`
Expand All @@ -449,7 +452,8 @@ The modules that form part of the public API are:

## Copyright and License

(c) 2017-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
(c) 2017-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to
Broadcom Inc. and/or its subsidiaries.

Dual licensed under the Apache License Version 2.0 and
Mozilla Public License Version 2.0.
Expand Down

0 comments on commit 2a36e58

Please sign in to comment.