mirror of https://github.com/databricks/cli.git
N more bytes
This commit is contained in:
parent
6da7466ad4
commit
69b38ece86
|
@ -6,8 +6,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
@ -23,8 +23,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
@ -40,8 +40,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
|
|
@ -6,8 +6,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
@ -22,8 +22,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
@ -38,8 +38,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
|
|
@ -6,8 +6,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
|
|
@ -32,3 +32,7 @@ New = "HH:MM:SS"
|
|||
[[Repls]]
|
||||
Old = "pid=[0-9]+"
|
||||
New = "pid=PID"
|
||||
|
||||
[[Repls]]
|
||||
Old = "\\([0-9]+ more bytes\\)"
|
||||
New = "(N more bytes)"
|
||||
|
|
|
@ -6,8 +6,8 @@ HH:MM:SS Debug: POST /telemetry-ext
|
|||
> {
|
||||
> "items": null,
|
||||
> "protoLogs": [
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (246 more bytes)"
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)",
|
||||
> "{\"frontend_log_event_id\":\"[UUID]\",\"entry\":{\"databricks_cli_log\":{\"... (N more bytes)"
|
||||
> ],
|
||||
> "uploadTime": "UNIX_TIME_MILLIS"
|
||||
> }
|
||||
|
|
Loading…
Reference in New Issue