Unify logging

This commit is contained in:
crater2150 2023-08-20 17:20:10 +02:00
parent a1514f8bd3
commit 283d26d831
10 changed files with 16 additions and 18 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
LOGDIR=$HOME/.local/log/bloop
mkdir -p $LOGDIR
exec svlogd -ttt $LOGDIR

1
bloop/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

5
log Executable file
View file

@ -0,0 +1,5 @@
#!/bin/zsh
SERVICE=${0:a:h:h:t}
LOGDIR=$HOME/.local/log/$SERVICE
mkdir -p $LOGDIR
exec svlogd -ttt $LOGDIR

1
picom/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

View file

@ -1,4 +0,0 @@
#!/bin/zsh
LOGDIR=$HOME/.local/log/pipewire-pulse
mkdir -p $LOGDIR
exec svlogd -ttt $LOGDIR

1
pipewire-pulse/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

View file

@ -1,4 +0,0 @@
#!/bin/sh
LOGDIR=$HOME/.local/log/pipewire
mkdir -p $LOGDIR
exec svlogd -ttt $LOGDIR

1
pipewire/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

View file

@ -1,4 +0,0 @@
#!/bin/sh
exec logger -t syncthing

1
syncthing/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec tee ~/.synergy/log

1
synergys/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

1
wireplumber/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log

3
wireplumber/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
sv check pipewire >/dev/null || exit 1
exec wireplumber

1
xss-lock/log/run Symbolic link
View file

@ -0,0 +1 @@
../../log