Skip to content

Validating the config key #273

Answered by danschlet
stetsche asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
If you set logLevel to 4 (Verbose), you should find the JSON and the CK in one of the log files (you might have to search several, as verbose logging produces long logs which might get split up:

JSON for Config Key:
Config Key:

But I can already see the problem in your JSON: In SEB the alphabetic sorting of the keys in the JSON (unlike in settings Plist XML) is case insensitive, so the URLFilter... keys should not be in the beginning of the JSON:

All elements from the plist XML must be ordered (alphabetically sorted) by their key names. Use a recursive method to apply ordering also to nested dictionaries contained in the root-level dictionary and in arrays. Use non-localized (culture …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by stetsche
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants