Skip to content

Release 2021.12.24

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 15:51
2f1ddc4
New Logger new_release (#64)

* add loggin

* create log file in tmp path

* add logger file

* remove file and line description in log file

* fix stdout output to pass pytests

* added print function along with logging function; added the logging.exception function to catch the raise exception.

* logger fix to remove redundant prints

* fix handlers

* Refactored logger and cli

* Test -w x -d args

* Decoupled stdout from file log

* Use tempfile for log

* Fixed logic for delOutputFiles()

Co-authored-by: lkagami <[email protected]>