Standalone custom function not generating logs
Why dont't standalone custom functions generate logs when the're called from another function? I have some functions (workflow, buttons and blueprint) that have common parts, so I put that part in a standalone function which is called from the others.
I can only see logs of the main function (workflow, buttons and blueprint) but not logs of the standalone function is being called.
Why does it happens? Is there any way to activate those logs?