updatee
This commit is contained in:
parent
c347e3bf40
commit
5714f7be27
@ -145,6 +145,8 @@ class FSCLogger:
|
||||
# return an error as at least one required field seems missing
|
||||
self.return_and_exit(Response(id=request.id, error="invalid config (missing required field(s) '{}'"
|
||||
")".format(', '.join(missing_fields))))
|
||||
self.log("conf: " + conf['logfile'])
|
||||
|
||||
# validate fields
|
||||
if conf['logfile'] == "":
|
||||
invalid_fields.append('logfile')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user