Commit Graph

27 Commits

Author SHA1 Message Date
Alan Hamlett 27e2d13788 Ability to only track folders containing a .wakatime-project file 2018-01-04 23:24:19 -08:00
Alan Hamlett 48591d2767 remove unused method 2016-09-01 12:28:55 +02:00
Alan Hamlett fd322ba3b6 improve traceback logging and non-utf8 handling 2016-09-01 11:49:12 +02:00
Alan Hamlett c08288eefd fix custom json encoder 2016-09-01 00:41:21 +02:00
Alan Hamlett dbec1d03a6 remove unused code 2016-09-01 00:16:24 +02:00
Alan Hamlett ce54ef0893 always turn strings into unicode in logger encoder 2016-07-21 15:13:34 +02:00
Alan Hamlett babfe17afb prevent captured exception from showing when logging other tracebacks 2016-07-06 16:37:52 +02:00
Alan Hamlett cacefba4c2 fix traceback logging level logic 2016-06-16 08:02:56 +02:00
Alan Hamlett 937350220e only read one line of extra heartbeats from stdin 2016-04-28 19:25:52 +02:00
Alan Hamlett 9981601a0a change logging level of traceback messages 2016-02-18 11:48:11 -08:00
Alan Hamlett 68e5d35b06 disable urllib3 SSL warning from every request https://urllib3.readthedocs.org/en/latest/security.html#disabling-warnings 2015-10-23 00:41:46 -07:00
Alan Hamlett ca5bb35bbb correctly log exception tracebacks 2015-10-22 23:15:57 -07:00
Alan Hamlett f467336a8b test for config file not passed via command line 2015-09-26 19:10:12 -07:00
Alan Hamlett cde35d7ccd tests for verbose logging 2015-09-26 18:56:33 -07:00
Alan Hamlett 8aa20da2f1 tests for logging 2015-09-08 15:15:16 -07:00
Alan Hamlett 0d1c95cf9c remove redundant wakatime from test file names 2015-09-08 14:15:35 -07:00
Alan Hamlett edb1dab9a8 increase test coverage 2015-09-07 20:57:21 -07:00
Alan Hamlett 7656b5365d new --entity command line arg to replace --file 2015-08-29 18:14:07 -07:00
Alan Hamlett 5d5b79d445 stop supporting old config file format 2015-08-11 16:38:17 -07:00
Alan Hamlett 7b4711ad54 fallback to builtin json module when importing simplejson fails 2015-08-11 13:52:14 -07:00
Alan Hamlett 7f6b6c9c1f correctly log message from py.warnings module 2015-05-31 10:09:39 -07:00
Alan Hamlett 652bf480e3 correctly display caller and lineno in log file when debug is true. 2015-05-13 03:00:00 -07:00
Alan Hamlett f387b7bf04 include package namespace and line number in logger output 2015-05-05 14:27:09 -07:00
Alan Hamlett 615e224162 format py.warnings log messages same as other log messages 2015-04-08 13:14:51 -07:00
Alan Hamlett ebbfd80a77 capture warnings in log file 2015-04-02 17:12:33 -07:00
Alan Hamlett 91aa8d6324 update logger.py header 2015-04-01 12:49:47 -07:00
Alan Hamlett d7679866ca rename log.py to logger.py 2015-04-01 12:48:42 -07:00
Renamed from wakatime/log.py (Browse further)