Browse Source

Add more logs to NGINX-Version

Bernhard 5 years ago
parent
commit
6119ccded9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      API_Calls.py

+ 1 - 0
API_Calls.py

@@ -902,6 +902,7 @@ def f_nginx():
     l_status_codes = {}
 
     logger.info("Mode: nginx")
+    logger.info("Iterations: " + args_read("--iterations"))
 
     if not l_all_img:
         print("Filenames missing from INI-File. Can't continue")