1
0
Fork 0

Setting better log

This commit is contained in:
Joao M 2022-08-20 16:38:38 +00:00
parent defa564601
commit e63f41def1
5 changed files with 27 additions and 10 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
function log() {
# ARGS:
# - loglevel
# - app
# - message
echo [$2] $(date +"$EASYHAPROXY_DATEFORMAT") [$1]: $3
}