mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-12-22 04:03:47 +01:00
Update source/configuration/configuration.rst, source/configuration/log_config.md, source/configuration/default_roles.md
This commit is contained in:
parent
ae074ffcf1
commit
5d31204545
@ -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
|
||||
|
10
source/configuration/default_roles.md
Normal file
10
source/configuration/default_roles.md
Normal 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
|
11
source/configuration/log_config.md
Normal file
11
source/configuration/log_config.md
Normal 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`
|
Loading…
Reference in New Issue
Block a user