Skip to main content

Log

  • To search the logs

    initz get observability-log --search <keyword/attribute>

    You can search the observability logs using both keywords and attributes. For example:

    Keyword Searches: Utilize keywords such as 200, 201, 404, or warning to filter relevant logs.

    initz get observability-log --search 200

    Attribute Searches: Refine your search by specifying attributes, such as:

    • workspace_name=<workspace-name>
    • env=<test/prod/stg>
    • app_name=<app-name>
    initz get observability-log --search workspace_name=<workspace-name>
  • To get the search history

    initz get search-history