Unify logging
This commit is contained in:
parent
a1514f8bd3
commit
283d26d831
10 changed files with 16 additions and 18 deletions
5
log
Executable file
5
log
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue