Commit d6083a96 by Sheng

Updated README.md

parent 221bd815
...@@ -29,6 +29,9 @@ python main.py --address='0.0.0.0' --port=8000 ...@@ -29,6 +29,9 @@ python main.py --address='0.0.0.0' --port=8000
# configure logging level # configure logging level
python main.py --logging=debug python main.py --logging=debug
# configure missing host key policy
python main.py --policy=warning
# log to file # log to file
python main.py --log-file-prefix=main.log python main.py --log-file-prefix=main.log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment