Is there an existing issue for this?
Current Behavior
docker conventions have all application logs going to stdout, this image persists logs to a directory in "/config" that's mounted as a volume. using the stdout-logs mod is possible, sure, and not particularly challenging, but it doesn't follow the usual pattern for containerizing an application.
Expected Behavior
application logs are sent to stdout (regardless of how they're persisted to files)
Steps To Reproduce
idk just, like, run the application? you get linuxserver.io boilerplate but no app logs
Environment
if you can run this container at all and follow the docker logs for this container, you will see the issue
CPU architecture
x86-64
Docker creation
I followed the README with a generic mariadb container for database. Again, it doesn't matter.
Container logs
piwigo | [migrations] started
piwigo | [migrations] 01-nginx-site-confs-default: executing...
piwigo | [migrations] 01-nginx-site-confs-default: succeeded
piwigo | [migrations] done
piwigo | ───────────────────────────────────────
piwigo |
piwigo |
piwigo | ██╗ ███████╗██╗ ██████╗
piwigo | ██║ ██╔════╝██║██╔═══██╗
piwigo | ██║ ███████╗██║██║ ██║
piwigo | ██║ ╚════██║██║██║ ██║
piwigo | ███████╗███████║██║╚██████╔╝
piwigo | ╚══════╝╚══════╝╚═╝ ╚═════╝
piwigo |
piwigo |
piwigo | Brought to you by linuxserver.io
piwigo | ───────────────────────────────────────
piwigo |
piwigo |
piwigo | To support LSIO projects visit:
piwigo | https://www.linuxserver.io/donate/
piwigo |
piwigo |
piwigo | ───────────────────────────────────────
piwigo | GID/UID
piwigo | ───────────────────────────────────────
piwigo |
piwigo |
piwigo | User UID: 1028
piwigo | User GID: 100
piwigo | ───────────────────────────────────────
piwigo | Linuxserver.io version: 16.1.0-ls324
piwigo | Build-date: 2025-12-13T15:32:16+00:00
piwigo | ───────────────────────────────────────
piwigo |
piwigo | Setting resolver to 127.0.0.11
piwigo | Setting worker_processes to 8
piwigo | generating self-signed keys in /config/keys, you can replace these with your own keys if required
piwigo | ..+..+.......+..+.+.....+............+...+.......+......+..+.......+.....+.+......+++++++++++++++++++++++++++++++++++++++*.+..+...+++++++++++++++++++++++++++++++++++++++*....+...+...+........+.+...+..+....+...........+.+..+...+..................+....+......+..+...+.+...+..+.........+......+.+........+.+.....+...+......+....+...+..................+..+...................+...+........+.......+..+....+...........+.+...+..+...................+...........+...+....+..+.+..+.+..+.........................+...+.........+..+.+........+......+...+.............+..+............+.+...+..+...+....+.....+...+....+..............+.+...........+...+.+...+...+........+.+.....+.........+.+...+........+.......+..+.+............+.....+.......+........+.+......+......+.....+....+...+..+....+.....+...............+......+.+..+............+................+..+...+.........+.........+.......+...+...............+...........+....+.....+....+...........+............++++++
piwigo | .....+.......+..+.+........+......+.+...............+..+.......+.........+..+....+........+++++++++++++++++++++++++++++++++++++++*.+..+......+.+.....+.+++++++++++++++++++++++++++++++++++++++*.........+.+..............+...+.+......+........+...+..........+..+.+.....+............+.......+..+...+.......+......+.....+.......+......+......+.....+......+..........++++++
piwigo | -----
piwigo | [custom-init] No custom files found, skipping...
piwigo | [ls.io-init] done.
Is there an existing issue for this?
Current Behavior
docker conventions have all application logs going to stdout, this image persists logs to a directory in "/config" that's mounted as a volume. using the stdout-logs mod is possible, sure, and not particularly challenging, but it doesn't follow the usual pattern for containerizing an application.
Expected Behavior
application logs are sent to stdout (regardless of how they're persisted to files)
Steps To Reproduce
idk just, like, run the application? you get linuxserver.io boilerplate but no app logs
Environment
CPU architecture
x86-64
Docker creation
Container logs