-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Akmot9/dev
it diplays the logs in the cli
- Loading branch information
Showing
3 changed files
with
4 additions
and
15 deletions.
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 |
---|---|---|
|
@@ -12,3 +12,5 @@ Cargo.lock | |
|
||
# MSVC Windows builds of rustc generate these, which store debugging information | ||
*.pdb | ||
|
||
*.log |
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 |
---|---|---|
@@ -1,16 +1,2 @@ | ||
[2023-08-06 22:24:36.414999818 UTC] Test message 1 | ||
|
||
[2023-08-06 22:24:36.415110458 UTC] Test message 2 | ||
|
||
[2023-08-06 22:24:36.714024987 UTC] This is a log message. | ||
|
||
[2023-08-06 22:24:36.714163469 UTC] Another log message with a value: 42 | ||
|
||
[2023-08-06 22:24:36.741582353 UTC] This is a log message. | ||
|
||
[2023-08-06 22:24:36.741726988 UTC] Another log message with a value: 42 | ||
|
||
[2023-08-06 22:24:36.745424388 UTC] This is a log message. | ||
|
||
[2023-08-06 22:24:36.745496464 UTC] Another log message with a value: 42 | ||
[2023-08-07 21:55:28.310429743 UTC] error: Something went wrong! | ||
|
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