DEBUG Logging

Hi
As i develop a C++ PLM Component, i have need for debug logging.
I followed the steps here:
https://plcnext.help/te/PLCnext_Runtime/output_log.htm

I note a few things:

                   1. I DONT see a file AXCF3152.log.ini as the instructions describe.
                   2. I DO see a file Device.log.ini
                   3.   

Since there is no AXCF3152.log.ini file, I edit the Device.log.ini file…
4. If i change the log level to DEBUG, and reboot as per instructions above, the file seems to revert to INFO level
5. I then tried creating the described device file, but log level does not increase.

Component info/warning messages do appear correctly.

Any suggestions?

Turns out, just a user error, permissions…