revid/config/config.go Changed case of logging variable.

This commit is contained in:
Scott 2019-12-23 16:21:49 +10:30
parent 016bbf0553
commit b8f70ddaa1
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ var TypeData = map[string]string{
"Input": "enum:raspivid,rtsp,v4l,file",
"InputCodec": "enum:H264,MJPEG",
"InputPath": "string",
"Logging": "enum:Debug,Info,Warning,Error,Fatal",
"logging": "enum:Debug,Info,Warning,Error,Fatal",
"MinFrames": "uint",
"MTSRBElementSize": "int",
"MTSRBSize": "int",