Updated README.md

pull/12/head
Sheng 2018-03-15 01:13:35 +08:00
parent 221bd81583
commit d6083a9608
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ python main.py --address='0.0.0.0' --port=8000
# configure logging level
python main.py --logging=debug
# configure missing host key policy
python main.py --policy=warning
# log to file
python main.py --log-file-prefix=main.log