Dynamic Directory
jprouty
It is possible to create dynamic directories per host
I would like to separate all logs by host then year then month day
I can create dynamic file names base on hostname
- $Hostname + "_" + month(now())
Thank you