pub fn level_for(info: Option<&FunctionInfo>) -> LogLevelExpand description
Resolve the effective log level for a function: explicit override on the
function info wins, otherwise mutations/webhooks default to Info and
queries default to Debug (high volume).