Commit 8d1348f1 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Set logging to DEBUG level

parent 3c6e1889
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ class MR:
def find_changed_clauses(progress:Progress, mdLines:list[str], clauses:list[Clause], mr:MR, outDirectory:str ):
    '''
    Determine the clauses that have been modified by the merge request
https://forge.etsi.org/rep/cdm/pipeline-scripts/-/blob/main/common/Dockerfile.stfubuntu    Returns a list of Clauses, start index and end index
    Returns a list of Clauses, start index and end index
    '''

    _taskID = progress.add_task('[blue]Find changed clauses', start=False, total=0)
@@ -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