Skip to content

Commit

Permalink
specify logs (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ authored May 20, 2024
1 parent bbf1feb commit 92e199f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions content/docs/platform/architecture/logs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "Logs"
description: "Logs Organisation"
weight: 10
icon: "analytics"
---

## Log Events

Log events are organized in class and items.

Each class and item must have a name if used.

items are optional.

There is 3 item max.

Examples:

- class=Platform / i1=Services
- class=Interface / i1=default / i2=device / i3=my_interface


## Formaters

### Github formatter

The goal of this formatter is to provide to the user a Github issue that he can copy/past on Github to report an issue.

It produces a brief in markdown with main versioning informations and a csv file with complete log for later analysis.

- timestamp
- Level (debug/info/warning...)
- class
- i1
- i2
- i3
- message
- thread/task
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Platform Services"
description: ""
weight: 1
icon: "link"
icon: "rule_settings"
---

Platform Services is a shareable object across the all application.
Expand Down

0 comments on commit 92e199f

Please sign in to comment.