Hello @chandan jha I have tried with this simple configuration and it works for me :
"logging": {
"logLevel": {
"Function.MyFunctionName.User": "Information",
"Function": "Error"
}
}
Please let me know if this helps.