-
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.
Add information about logging and classifier about windows OS
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Logging | ||
|
||
Application supports logging to syslog and NTEventLog. | ||
|
||
## Linux | ||
|
||
To display application logs on linux run: | ||
|
||
`journalctl -o cat -t matusiak_dev_banker` | ||
|
||
This displays all logs from application including multiple runs. You can use standard journalctl flags to control | ||
output. | ||
|
||
## Windows | ||
|
||
To display application logs on windows run: | ||
|
||
1. search for "Event Viewer" | ||
2. select "Windows Logs" in the tree on the left | ||
3. select "Application" in the tree on the left | ||
4. select "Filter Current Log..." in the options on the right | ||
5. select "Event sources" and find "matusiak_dev_banker" |
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