#!/bin/bash

echo "
# logs
/var/log/nginx/application/access.tskv
$(cat /app/config/config.yml  | fgrep /log/ | awk '{print "/"$2}')
"
