February 28, 201610 yr When one runs the "docker logs" command from the console, output is displayed to both STDOUT and STDERR. The unraid GUI has a logs icon for docker containers, but it only shows the STDERR. Can you fix it to redirect 2>&1 so that both will be displayed in the GUI? Example from the console: $ docker logs FileBot <snip> Using excludes: /config/amc-exclude-list.txt (4725) No files selected for processing Failure (°_°) But the GUI says: Using excludes: /config/amc-exclude-list.txt (4725) Failure (°_°) Proof of the cause of the bug, from the console: $ docker logs FileBot 1>/dev/null No files selected for processing
June 10, 201610 yr This thread is more of an enhancement request, but I can see why you could call it a bug - the user would want to see ALL error output.
June 19, 201610 yr I just fixed this for 6.1.9, update the Dynamix webGui "plugin" to get the patched version. unRAID 6.2 already works properly showing both stdout and stderr output in the Docker Logs from the UI
Archived
This topic is now archived and is closed to further replies.