mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 08:45:37 +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 os
|
||||||
import tarfile
|
import tarfile
|
||||||
|
|
||||||
import colorama
|
log_format = "[%(asctime)s | %(name)-14s | %(levelname)-5s] %(message)s"
|
||||||
from colorama import Fore, Style
|
|
||||||
|
|
||||||
colorama.init()
|
|
||||||
log_format = f"{Fore.CYAN}[%(asctime)s | %(name)-14s | %(levelname)-5s] {Style.RESET_ALL} %(message)s"
|
|
||||||
log_dir = "./logs/"
|
log_dir = "./logs/"
|
||||||
log_file = log_dir + "server.log"
|
log_file = log_dir + "server.log"
|
||||||
log_level = logging.INFO
|
log_level = logging.INFO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user