mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
updated wakatime package
This commit is contained in:
parent
6b7eadb30e
commit
230dddb88b
@ -64,7 +64,7 @@ def setup_logging(args, version):
|
|||||||
if not logfile:
|
if not logfile:
|
||||||
logfile = '~/.wakatime.log'
|
logfile = '~/.wakatime.log'
|
||||||
handler = logging.FileHandler(os.path.expanduser(logfile))
|
handler = logging.FileHandler(os.path.expanduser(logfile))
|
||||||
formatter = JsonFormatter(datefmt='%Y-%m-%dT%H:%M:%SZ')
|
formatter = JsonFormatter(datefmt='%a %b %d %H:%M:%S %Z %Y')
|
||||||
formatter.setup(
|
formatter.setup(
|
||||||
timestamp=args.timestamp,
|
timestamp=args.timestamp,
|
||||||
endtime=args.endtime,
|
endtime=args.endtime,
|
||||||
|
Loading…
Reference in New Issue
Block a user