Skip to content

Commit

Permalink
Changed default loglevel to error
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyaCore committed Oct 30, 2022
1 parent 132f2cc commit 66e2e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions V2RayGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,9 +1068,9 @@ def dns_check():
if len(sys.argv) <= 1:
parser.print_help()

# set log to warning by default
# set log to error by default
if args.loglevel == None:
LOG = 'warning'
LOG = 'error'
else :
# call log func
loglevel()
Expand Down

0 comments on commit 66e2e2d

Please sign in to comment.