mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Allow for debug to be enabled via the environment
This commit is contained in:
parent
d6bd23ef12
commit
4a1f0ed5fd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use Exception::Class (
|
|||
use version;
|
||||
our $VERSION = version->new('0.02');
|
||||
|
||||
my $debug_level = 0;
|
||||
my $debug_level = $ENV{CLUSTERSSH_DEBUG} || 0;
|
||||
our $language = 'en';
|
||||
our $language_handle;
|
||||
our $app_configuration;
|
||||
|
|
Loading…
Add table
Reference in a new issue