-
Notifications
You must be signed in to change notification settings - Fork 201
Debug Level Logging
Michael Higgins edited this page Jan 9, 2022
·
8 revisions
To enable debug level logging, modify logging.ini
inside your /SMA/config
folder
If I've asked you to provide full conversion details of a log for an issue, perform the following steps
- Navigate to your
/SMA/config
folder - Backup or delete and remove any existing
sma.log
files - Modify
logging.ini
so that under the[handler_fileHandler]
sectionlevel = DEBUG
- Run the conversion (only 1, do not run multiple)
- Post the full log info from
/SMA/config/sma.log
from start to finish with accompanyingautoProcess.ini
configuration used, feel free to censor API keys before posting. The DEBUG level data is only included in teh sma.log file and not the console output
If a file is produced but is not in the format you are expecting, please post an FFProbe output as well using
ffprobe -show_format -show_streams <file>
You can include data from MediaInfo as well but this is less helpful since the script uses FFProbe to read most data.