mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Added new translations;
Added new event;
This commit is contained in:
parent
d8c667ff51
commit
336aa31732
@ -10,11 +10,7 @@ import logging
|
||||
import os
|
||||
import tarfile
|
||||
|
||||
import colorama
|
||||
from colorama import Fore, Style
|
||||
|
||||
colorama.init()
|
||||
log_format = f"{Fore.CYAN}[%(asctime)s | %(name)-14s | %(levelname)-5s] {Style.RESET_ALL} %(message)s"
|
||||
log_format = "[%(asctime)s | %(name)-14s | %(levelname)-5s] %(message)s"
|
||||
log_dir = "./logs/"
|
||||
log_file = log_dir + "server.log"
|
||||
log_level = logging.INFO
|
||||
|
Loading…
x
Reference in New Issue
Block a user