Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants