From d777e6c56ee06a6e47f78fe58e67be8578cc8122 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 25 Aug 2020 09:59:44 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20Save=20all=20build=20logs=20to?= =?UTF-8?q?=20build.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 log.py diff --git a/log.py b/log.py new file mode 100644 index 00000000..2650fe0d --- /dev/null +++ b/log.py @@ -0,0 +1,3 @@ +import logging + +logging.basicConfig(filename='build.log', level=logging.DEBUG)