Open danmichaelo opened 2 years ago
The logger logs to stdout, not stderr. This causes problems when redirecting the output like this:
yarrrml-parser -i tmp.yml > tmp.ttl
The output file then includes warnings from the logger such as this one:
No external reference is found for {_NormalizedName}. It is not replaced.
I think best practice is to log everything to stderr, so that stdout can be piped cleanly.
Issue type: :bug: Bug
The logger logs to stdout, not stderr. This causes problems when redirecting the output like this:
The output file then includes warnings from the logger such as this one:
I think best practice is to log everything to stderr, so that stdout can be piped cleanly.