Added quick note about default

This commit is contained in:
Asif Bacchus 2018-10-23 04:50:37 -06:00
parent abc7c279f8
commit d7530f6914
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
use strict;
### Get Logwatch detail level
### Get Logwatch detail level (default to 0)
my $detailLevel = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;