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
No related branches found
No related tags found
No related merge requests found
Pipeline #2172 passed
......@@ -590,7 +590,7 @@ def main(args=None):
parser.add_argument('mergeID', help="Merge IID")
pargs = parser.parse_args()
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.DEBUG)
# 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