[mod] log:user data update as info instead of notice

This commit is contained in:
roydfalk 2024-08-22 07:45:01 +02:00
parent 7e26a4298f
commit fb59f2f14f

View file

@ -360,7 +360,7 @@ async function main(
conf.authelia.usersfile_path, conf.authelia.usersfile_path,
encode_user_list(stuff.input) encode_user_list(stuff.input)
); );
lib_plankton.log.notice( lib_plankton.log.info(
"userdata_updated", "userdata_updated",
{ {
} }