I want to set the verbosity of the log which is not categorized.

Hi.
Could someone help me how can i set the verbosity of uncategorized logs?
When I render a sequence using “UnrealEditor-cmd.exe”, I’m getting a lot of these uncategorized logs.

[2024.10.22-04.45.32:566][ 10]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.32:567][ 10]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”
[2024.10.22-04.45.32:567][ 10]r.RayTracing.Culling = “0”
[2024.10.22-04.45.32:567][ 10]r.RayTracing.Geometry.InstancedStaticMeshes.Culling = “0”
[2024.10.22-04.45.32:654][ 11]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.32:654][ 11]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”
[2024.10.22-04.45.32:655][ 11]r.RayTracing.Culling = “0”
[2024.10.22-04.45.32:656][ 11]r.RayTracing.Geometry.InstancedStaticMeshes.Culling = “0”
[2024.10.22-04.45.32:756][ 12]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.32:756][ 12]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”
[2024.10.22-04.45.32:757][ 12]r.RayTracing.Culling = “0”
[2024.10.22-04.45.32:757][ 12]r.RayTracing.Geometry.InstancedStaticMeshes.Culling = “0”
[2024.10.22-04.45.32:865][ 13]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.32:865][ 13]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”
[2024.10.22-04.45.32:865][ 13]r.RayTracing.Culling = “0”
[2024.10.22-04.45.32:866][ 13]r.RayTracing.Geometry.InstancedStaticMeshes.Culling = “0”
[2024.10.22-04.45.32:965][ 14]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.32:965][ 14]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”
[2024.10.22-04.45.32:965][ 14]r.RayTracing.Culling = “0”
[2024.10.22-04.45.32:965][ 14]r.RayTracing.Geometry.InstancedStaticMeshes.Culling = “0”
[2024.10.22-04.45.33:077][ 15]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.33:077][ 15]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”
[2024.10.22-04.45.33:077][ 15]r.RayTracing.Culling = “0”
[2024.10.22-04.45.33:078][ 15]r.RayTracing.Geometry.InstancedStaticMeshes.Culling = “0”
[2024.10.22-04.45.33:182][ 16]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.33:182][ 16]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”
[2024.10.22-04.45.33:182][ 16]r.RayTracing.Culling = “0”
[2024.10.22-04.45.33:182][ 16]r.RayTracing.Geometry.InstancedStaticMeshes.Culling = “0”
[2024.10.22-04.45.33:241][ 17]r.Lumen.DiffuseIndirect.SSAO = “1”
[2024.10.22-04.45.33:241][ 17]r.Lumen.ScreenProbeGather.ShortRangeAO = “0”

And I’m passing these arguments that are related to logging.
" -log -unattended -stdout -allowstdoutlogverbosity -LogCmds=\"MoviePipelinePIEExecutor Fatal, LogRHI Error, LogMovieRenderPipeline Fatal, ...\"

How can I set the verbosity for those uncategorized logs above?
Thanks in advance.

I solved problem myself with this discussion.

I hope this helps someone.