Skip to content

Debug Level Logging

Michael Higgins edited this page Jan 9, 2022 · 8 revisions

Debug Level Logging

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

Steps

  1. Navigate to your /SMA/config folder
  2. Backup or delete and remove any existing sma.log files
  3. Modify logging.ini so that under the [handler_fileHandler] section level = DEBUG
  4. Run the conversion (only 1, do not run multiple)
  5. Post the full log info from /SMA/config/sma.log from start to finish with accompanying autoProcess.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

Additional Data

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.

Clone this wiki locally