linuxserver / docker-obsidian

GNU General Public License v3.0
87 stars 3 forks source link

suppress app logs as they are noisy #4

Closed thelamer closed 2 months ago

thelamer commented 2 months ago

Just like we do with chromium suppress the logs for the electron app.

The thing is with desktop application your only options are really to go down this line:

  1. remove the dri mount
  2. run in seccomp unconfined
  3. see if it works without a volume mounted in for /config (FUSE and other non compatible mounts)

Outside of that it either works or it does not, the application logs are never really helpful on a desktop application and will be noisy running inside of Docker way out of it's comfort zone with no dbus or systemd.

LinuxServer-CI commented 2 months ago
I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/obsidian/v1.5.12-pkg-9ac5b5d4-dev-f3cd829e8b9883db427fc3b43d50d2af355d7c6d-pr-4/index.html https://ci-tests.linuxserver.io/lspipepr/obsidian/v1.5.12-pkg-9ac5b5d4-dev-f3cd829e8b9883db427fc3b43d50d2af355d7c6d-pr-4/shellcheck-result.xml Tag Passed
amd64-v1.5.12-pkg-9ac5b5d4-dev-f3cd829e8b9883db427fc3b43d50d2af355d7c6d-pr-4
arm64v8-v1.5.12-pkg-9ac5b5d4-dev-f3cd829e8b9883db427fc3b43d50d2af355d7c6d-pr-4