mirror of
https://github.com/taoky/shadowmire.git
synced 2025-07-08 09:12:43 +00:00
chore: adjust default logging format
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
ef78113c5e
commit
32e611b663
@ -28,8 +28,9 @@ import click
|
||||
from tqdm import tqdm
|
||||
from requests.adapters import HTTPAdapter, Retry
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
LOG_FORMAT = "%(asctime)s %(levelname)s: %(message)s (%(filename)s:%(lineno)d)"
|
||||
logging.basicConfig(format=LOG_FORMAT)
|
||||
logger = logging.getLogger("shadowmire")
|
||||
|
||||
|
||||
USER_AGENT = "Shadowmire (https://github.com/taoky/shadowmire)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user