use System::Introspector::Logger::Output;
use Log::Contextual qw( set_logger );
-#always pass in log level and execution context;
+#should always pass in log level and execution context;
#specifying a logger is used when logging during
#testing so a null output logging class can be used
sub init_logging {
$ENV{SYSTEM_INTROSPECTOR_LOG_UPTO} = $level;
set_logger($logger);
+
+ return 1;
}