How to enable debug?

Can’t find in forum, how to enable debug for 1.2.13 GenieACS version?
In genieacs.env i have “GENIEACS_DEBUG_FILE=/var/log/genieacs/genieacs-debug.yaml”,

But how to enable debug?

Add in Config “new Config”
cwmp.debug with value 1 to enable.

After that check /var/log/genieacs/genieacs-cwmp-access.log

Disable after finish with value 0

Please do not use this method. It puts unnecessary load on the server.

The preferred mechanism is adding a new config entry with a key of cwmp.debug and a value of DeviceID.ID = "<your-device-id>"

Yes, this is for individual device.

Thanks!!