-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: replace logger, update config and implement require model
- Loading branch information
Showing
14 changed files
with
200 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,12 @@ | ||
schema: xsd/NeTEx_publication.xsd # schema to use for validation, comes shipped with the source/container image | ||
logLevel: debug # default is undefined, setting this parameter disables the fancy setting, regardless of its value | ||
input: # where to look for documents | ||
- ~/.greenlight/documents | ||
- /etc/greenlight/documents | ||
- /documents | ||
- /greenlight/documents | ||
- ./documents | ||
input: testdata | ||
output: | ||
log: | ||
level: debug | ||
disabled: false | ||
path: ~/.greenlight | ||
report: | ||
result: | ||
format: json # formats available are: json or xml | ||
path: ~/.greenlight # where to save the file (filename format is ${path}/report-${current_date_time}.${format} | ||
builtin: true # whether to use builtin scripts | ||
scripts: # where to look for custom scripts | ||
- ~/.greenlight/scripts | ||
- /etc/greenlight/scripts | ||
- /scripts | ||
- /greenlight/scripts | ||
- ./scripts | ||
disabled: false | ||
validation: | ||
schema: xsd/NeTEx_publication.xsd # schema to use for validation, comes shipped with the source/container image | ||
builtin: true # whether to use builtin scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.