Turn on Verbose Logging

Problem

Turn on Verbose logging to assist in troubleshoot discovery and scanning.

Solution

 
Update _ServiceConfig 
SET ConfigValue = 'True'
WHERE Name = 'verboseLogging' 
AND _ServiceID 
IN(SELECT _ServiceID 
FROM ServiceList 
WHERE ServiceType 
LIKE'%SSH%')

Filter by label

There are no items with the selected labels at this time.