From Rivendell Wiki
Stefan wrote on about January 24th
> >> For a highly automated station here in Germany I have also add command
> >> line switches to rdlogmanager to make log generation batchable.
> >> -g generate log
> >> -m merge music
> >> -t merge traffic
> >> -s Service
> >> -d day The day the log should created for counted from today. Default
> >> is 1 (create a log for tomorrow).
> >>
> >> The -s switch is allways needed, also at least one of -g -m or -t
> >>
> >> To generate a log for tomorrow for service "OnAir" the command would be:
> >> rdlogmanager -g -s OnAir
> >>
> >> To generate and merge a log for Sunday on Friday:
> >> rdlogmanager -g -m -t -s OnAir -d 2
> >>
> >> Stefan