[mod] log:user data update as info instead of notice
This commit is contained in:
parent
7e26a4298f
commit
fb59f2f14f
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ async function main(
|
|||
conf.authelia.usersfile_path,
|
||||
encode_user_list(stuff.input)
|
||||
);
|
||||
lib_plankton.log.notice(
|
||||
lib_plankton.log.info(
|
||||
"userdata_updated",
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue