After the scrapy crawler runs, it generates a log at info level independently.

what should I do to generate an additional debug-level log file in addition to the generated info-level log information after the normal execution of the crawler?
my current situation is: according to the online method, LOG_FILE = "file_name" is set in setting, and LOG_LEVEL = "INFO" does generate a log file, but the debug log table that was originally in pycharm"s run is missing.

Mar.12,2021
Menu