Update source/configuration/configuration.rst, source/configuration/log_config.md, source/configuration/default_roles.md

This commit is contained in:
TheJoKlLa 2022-05-24 23:23:28 +00:00
parent ae074ffcf1
commit 5d31204545
3 changed files with 24 additions and 1 deletions

View File

@ -8,4 +8,6 @@ In the current state of FabAccess we will no support database migration so all p
.. toctree::
bffh_config.md
user_config.md
user_config.md
log_config.md
default_roles.md

View File

@ -0,0 +1,10 @@
# Default Roles
BFFH has some standard roles to assign to management and admin rights.
## UserSystem
* `bffh.users.manage` - Get ManageInterface in UserSystem
## User
* `bffh.users.info` - Get InfoInterface for every User
* `bffh.users.admin` - Get AdminInterface for every User

View File

@ -0,0 +1,11 @@
# Configure BFFH Log
BFFH's log level can be set via the environment variables or via bffh.dhall.
`BFFH_LOG=debug`
Supported levels are:
* `trace`
* `debug`
* `warn`
* `info`
* `error`