Skip to content
Snippets Groups Projects
Commit 12b78af8 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Set log DEBUG

parent bc691705
Branches
No related tags found
No related merge requests found
Pipeline #2172 passed
...@@ -590,7 +590,7 @@ def main(args=None): ...@@ -590,7 +590,7 @@ def main(args=None):
parser.add_argument('mergeID', help="Merge IID") parser.add_argument('mergeID', help="Merge IID")
pargs = parser.parse_args() pargs = parser.parse_args()
logging.basicConfig(level=logging.INFO) logging.basicConfig(level=logging.DEBUG)
# Process documents and print output # Process documents and print output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment