From 8cd069d37d9e4b523e4b0df16a7e9fbc875c4112 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 26 Nov 2018 11:09:43 +0000 Subject: 'bot.log' -> 'trace.log' and add a 'warn.log' log file that only catches warn-and-worse --- start.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'start.py') diff --git a/start.py b/start.py index 56057290..fc83eb9b 100755 --- a/start.py +++ b/start.py @@ -17,9 +17,9 @@ arg_parser.add_argument("--database", "-d", help="Location of the sqlite3 database file", default=os.path.join(directory, "databases", "bot.db")) -arg_parser.add_argument("--log", "-l", - help="Location of the main log file", - default=os.path.join(directory, "logs", "bot.log")) +arg_parser.add_argument("--log-dir", "-l", + help="Location of the log directory", + default=os.path.join(directory, "logs")) arg_parser.add_argument("--add-server", "-a", help="Add a new server", action="store_true") -- cgit v1.3.1-10-gc9f91