diff --git a/VIRTUAL_VACATION/vacation.pl b/VIRTUAL_VACATION/vacation.pl index cf86fee..13cf656 100755 --- a/VIRTUAL_VACATION/vacation.pl +++ b/VIRTUAL_VACATION/vacation.pl @@ -28,6 +28,9 @@ my $db_user = ''; my $db_pass = ''; my $db_name = ''; +# -l = logging of virtual vacation parsed report/filter streams and decisions +# -v = verbose (extra flag) logging of report stream +# -d = debug (extra flag) logging of filter stream getopts('lvd'); our($opt_l, $opt_v, $opt_d);