Knowledge Base Article
Article Type: How To
Product: Symphony
Product Version:
Component:
Device Brands:
Created: 10-Dec-2013 10:04:06 AM
Last Updated:

How to Increase LogLevel to MoreInfo

In the command-line, enter:

delete settings where k like 'LogLevel' and [Type] = 'Camera' and [Section]='Camera';
insert into settings (Type,ID,Section,K,V) select 'Camera',[ID],'Camera','logLevel','BasicInfo|MoreInfo|LogError' from Device where TypeID=200;

Note: The 'like' is used for delete in order to make it case-insensitive.

Average rating:
Please log in to rate.
Rated by 1, Viewed by 3971