Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requested value 'warning' was not found. #44

Open
thnk2wn opened this issue Feb 13, 2024 · 1 comment
Open

Requested value 'warning' was not found. #44

thnk2wn opened this issue Feb 13, 2024 · 1 comment
Labels

Comments

@thnk2wn
Copy link

thnk2wn commented Feb 13, 2024

> clef -i <filename> --format-json
Requested value 'warning' was not found.

Installed via:

> dotnet tool install --global Datalust.ClefTool

Skipping NuGet package signature verification.
You can invoke the tool using the following command: clef
Tool 'datalust.cleftool' (version '2.0.64') was successfully installed.
@nblumhardt nblumhardt added the bug label Feb 14, 2024
@nblumhardt
Copy link
Member

Thanks for the report, @thnk2wn. Unfortunately CLEF tool is fairly limited in what it will accept - the Serilog-style uppercase level names are required.

seqcli print is an updated version of this command, in case you're able to access it?

seqcli print [<args>]

Pretty-print events in CLEF/JSON format, from a file or `STDIN`

Example:
  seqcli print -i log-20201028.clef

Arguments:
  -i, --input=VALUE          CLEF file to read, including the `*` wildcard; if
                               not specified, `STDIN` will be used
  -f, --filter=VALUE         Filter expression to select a subset of events
      --template=VALUE       Specify an output template to control plain text
                               formatting
      --invalid-data=VALUE   Specify how invalid data is handled: `fail` (
                               default) or `ignore`
      --no-color             Don't colorize text output
      --force-color          Force redirected output to have ANSI color (
                               unless `--no-color` is also specified)
      --verbose              Print verbose output to `STDERR`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants