LogConfig
DPYLOGCONFIGTOOL                                         Linux Programmer's Manual                                         DPYLOGCONFIGTOOL

DESCRIPTION
	dpylogconfigtool : Tool used to configure logs messages and logging levels.

SYNOPSIS
	dpylogconfigtool [-h/ --help]
	dpylogconfigtool [-tv / --toolversion]
	dpylogconfigtool [-s/ --status] [app]
	dpylogconfigtool [--set] <app> <level>

OPTIONS
	-h / --help : Print help command information.
	-tv / --toolversion : Print tool version.
	-s / --status [app] : Configuration file and active log level. If no app defined, it returns the list of apps, configuration files and active log levels.
	Description:
		[app] : Optional parameter providing Application logging level.	
	--set <app> <level> : Set logging level.
	Description:
		<app>   : App name.	
		<level> : Parameter providing logging level. Possible values are:
			<Debug>   : Informational events most useful for developers to debug application.
			<Info>    : Mainly useful to represent current progress of application. 
			<Warning> : Information representing errors in application but application will keep running. 
			<Error>   : Error information but will continue application to keep running. 
			<Fatal>   : Very severe error event that will presumably lead the application to abort.

EXAMPLES
	dpylogconfigtool -s
	dpylogconfigtool --status GNSS
	dpylogconfigtool --set SMS Debug
	
	
FILES

BUGS

SEE ALSO

AUTHORS
	Deepsy Team