megapixels: document how to debug

This commit is contained in:
Colin 2024-05-21 10:11:25 +00:00
parent b8a7ac8c95
commit 2e07797065

View File

@ -1,3 +1,10 @@
# config is loaded from the first one found:
# - $PWD/config/%model.conf
# - /etc/megapixels/config/%model.conf (SYSCONFDIR)
# - /usr/share/megapixels/config/%model.conf (DATADIR -- maybe this is the package's own directory?)
# debug with:
# - LIBMEGAPIXELS_DEBUG=2 megapixels
# 2 = log level debug. no higher values signify anything
{ pkgs, ... }:
{
sane.programs.megapixels = {