delphix / dxm-toolkit

The DXM-Toolkit is a collection of compiled Python command line interface (CLI) executables to assist in automating or extending the Delphix Masking Engine functionality via the APIs.
Apache License 2.0
6 stars 15 forks source link

"05012023 - logging issue" #77

Open pioro opened 1 year ago

pioro commented 1 year ago

Expected Behavior the option --logfile for dxmtoolkit should work with or without --debug

Actual Behavior the option --logfile for dxmtoolkit works only when used with --debug and in the specific order: e.g. --logfile "C:\temp\hook-test\dxmc-log.txt" --debug

Steps To Reproduce the Problem run

dxmc with --logfile "C:\temp\hook-test\dxmc-log.txt" --debug

and run

dxmc with --debug --logfile "C:\temp\hook-test\dxmc-log.txt"

Version Any