windmill-api 1.800.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# LogSearchHit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ts** | **String** | timestamp of the log line itself, not of the file containing it | 
**host** | **String** |  | 
**level** | **String** |  | 
**target** | Option<**String**> | the tracing target that emitted the line | [optional]
**message** | **String** |  | 
**file_path** | **String** | the log file the line came from | 
**line_no** | **i32** | offset of the line within its file | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)