We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70939a9 commit a7a9657Copy full SHA for a7a9657
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.1.2] - 2021-09-17
4
+- Added --trace option to provide Redfish operation tracing between the tool and the service in the output directory
5
+- Added --maxlogentries option to limit the number of log entries obtained from each log service discovered
6
+
7
## [1.1.1] - 2021-04-23
8
- Added capturing of response information when a resource cannot be parsed
9
redfishMockupCreate.py
@@ -22,7 +22,7 @@
22
from redfish import redfish_logger
23
24
# Version info
25
-tool_version = "1.1.1"
+tool_version = "1.1.2"
26
27
def main():
28
"""
0 commit comments