updated README for fake-logs
This commit is contained in:
parent
24b9941fb7
commit
e42fabc77a
19
README.md
19
README.md
@ -2,6 +2,8 @@
|
||||
|
||||
Various tools for miscellaneous use.
|
||||
|
||||
### Python Web Server
|
||||
|
||||
I have included a simple Python web server to the toolset. In time, I would like to make it more customizable. For now, it will just print the familiar "Hello, World" message. It was designed to have an application I could use for stack development work.
|
||||
|
||||
```
|
||||
@ -17,3 +19,20 @@ optional arguments:
|
||||
Run in debug mode
|
||||
```
|
||||
|
||||
### Fake Logs
|
||||
|
||||
This small script will generate log files to a filename provided. The delay is 1/*n*-th of a second to give it more of a real-time approach to logging, if timing is important.
|
||||
|
||||
```
|
||||
$ fake-logs --help
|
||||
usage: fake-logs [-h] [-d DELAY] file
|
||||
|
||||
positional arguments:
|
||||
file Full path for log file
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-d DELAY, --delay DELAY
|
||||
Number to delay log entries (1/n)
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user