I am finding nothing that looks like a log file from aptly.
The docs say that I can touch some settings in the configuration file, but they are ignored:
"logLevel": "debug",
"logFormat": "default",
How do I get logging spew from aptly? /var/log/syslog has a little. Python code in /usr/lib/python3/dist-packages/uaclient shows it seems to be using the python logging module.
How do I turn it on, or at least get more debug spew?
Enquiring minds want to know.