Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bug: Docker logs in GUI only lists STDOUT

Featured Replies

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

  • 3 months later...

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.

  • 2 weeks later...

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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.