-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbf1feb
commit 92e199f
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters