1. deab695 Merge pull request #118 from basho/adt-skip-fast by Andrew Thompson · 11 years ago
  2. 0d42da4 Generate variable names with a function, suggested by @mshonle by Andrew Thompson · 11 years ago
  3. a454d1f In code generated by the parse_transform skip unloggable messages fast by Andrew Thompson · 11 years ago
  4. cf40867 Merge pull request #117 from basho/adt-sync-switch by Andrew Thompson · 11 years ago
  5. acb8cf5 Add a test for async_threshold by Andrew Thompson · 11 years ago
  6. 5b3fae6 Cleanups suggested by @mshonle by Andrew Thompson · 11 years ago
  7. d0ca807 Merge pull request #119 from basho/adt-fix-coverage by Andrew Thompson · 11 years ago
  8. e87cf8e Don't use code:load it breaks coverage by Andrew Thompson · 11 years ago
  9. 57cc2d5 Merge pull request #110 from basho/adt-http-errors by Andrew Thompson · 11 years ago
  10. a1f345c Add formatting tests for cowboy/webmachine errors by Andrew Thompson · 11 years ago
  11. 0009753 Merge pull request #109 from basho/adt-crash-log-false by Andrew Thompson · 11 years ago
  12. 2607490 Merge pull request #111 from basho/adt-1.2-compat by Andrew Thompson · 11 years ago
  13. 4dc1d4a compatability with beams compiled with lager 1.2 by Andrew Thompson · 11 years ago
  14. c237e6f Add some tests to test for the bug the previous commit fixed by Andrew Thompson · 11 years ago
  15. 78e9e1e Merge pull request #114 from ewanmellor/fix-min-level by Andrew Thompson · 11 years ago
  16. 135bbdd Merge pull request #116 from basho/adt-msg-drop by Andrew Thompson · 11 years ago
  17. a702bf1 A few small things: by Scott Lystig Fritchie · 11 years ago
  18. ef691d8 Implement configurable error_logger msg drop threshold by Andrew Thompson · 11 years ago
  19. cf89804 Switch between gen_event notify/sync_notify based on message queue length by Andrew Thompson · 11 years ago
  20. c72a761 Merge pull request #115 from mworrell/mw-supervisor-name by Andrew Thompson · 11 years ago
  21. e133ca4 Replaced another use of element(2,Pid). Added some tests with somepid instead {local,name} as supervisor reference by Marc Worrell · 11 years ago
  22. 704613d Allow crash_log option to be 'false' as well by Andrew Thompson · 11 years ago
  23. 31a1e9e Make the tests pass, show the local name whem the supervisor is {local, Name} by Marc Worrell · 11 years ago
  24. b8ce2a6 Don't assume the supervisor is a registered process, it could also be a pid. by Marc Worrell · 11 years ago
  25. df90ea0 Add an update to the global loglevel when a new handler is installed. by Ewan Mellor · 11 years ago
  26. 228f2b9 Bring some duplicate code together around the loglevel handling. by Ewan Mellor · 11 years ago
  27. 7993c8f Merge pull request #112 from ewanmellor/non-atom-levels by Andrew Thompson · 11 years ago
  28. 4e3ea7b Improve lager_console_backend to support non-atom output log levels. by Ewan Mellor · 11 years ago
  29. 467204d Merge pull request #108 from basho/adt-iolist-printing by Andrew Thompson · 11 years ago
  30. c8eed35 Remove broken code for stripping square brackets by Andrew Thompson · 11 years ago
  31. becce00 Fix cowboy error handling by Andrew Thompson · 11 years ago
  32. 9e5371a Prettyprint webmachine and cowboy error_logger messages by Andrew Thompson · 11 years ago
  33. 2a8706b Merge pull request #54 from basho/adt-variable-arguments by Andrew Thompson · 11 years ago
  34. 80e5307 Fix some bugs uncovered in review by Andrew Thompson · 11 years ago
  35. b3428c8 Merge pull request #103 from basho/adt-lager-registered-procs by Andrew Thompson · 11 years ago
  36. 2bb8feb Fiddle with test timeouts to accomodate slower machines by Andrew Thompson · 11 years ago
  37. 0ec0d90 Also allow list comps, function calls and record fields as lager arguments by Andrew Thompson · 11 years ago
  38. 95fdf93 Support variables as arguments to lager:info and friends by Andrew Thompson · 11 years ago
  39. 932b482 Support printing iolists with ~s by Andrew Thompson · 11 years ago
  40. e749242 Merge pull request #105 from basho/adt-fix-tracing by Andrew Thompson · 11 years ago
  41. 24d17d0 Fix for loglevel none in status by Andrew Thompson · 11 years ago
  42. 351e482 File backends started as part of a trace have a loglevel of 'none' by Andrew Thompson · 11 years ago
  43. c809630 Fix a regression about setting loglevel to 'none' by Andrew Thompson · 11 years ago
  44. 069e553 Fix a couple bugs in tracing by Andrew Thompson · 11 years ago
  45. 3162ad7 Merge pull request #104 from tsloughter/error_logger_whitelist by Andrew Thompson · 11 years ago
  46. 10059b6 add whitelist of error_logger handlers not to delete when error_logger_redirect is true by Tristan Sloughter · 11 years ago
  47. 7986ec4 A sacrifice to the dialyzer god by Andrew Thompson · 11 years ago
  48. 3d429a3 Merge branch 'adt-application-metadata' by Andrew Thompson · 11 years ago
  49. 0ed603b Merge branch 'adt-syslog-comparison-flags' by Andrew Thompson · 11 years ago
  50. c3fc3c4 Add tests, fix some bugs & fix dialyzer specs by Andrew Thompson · 11 years ago
  51. 9b73d46 Document the registered process in the .app file by Andrew Thompson · 11 years ago
  52. 3bf2475 Merge branch 'adt-ets-config' by Andrew Thompson · 11 years ago
  53. 2b51f7b Merge pull request #100 from basho/adt-record-printing by Andrew Thompson · 11 years ago
  54. 1074416 Return Default if lager_config:get/2 crashes by Andrew Thompson · 11 years ago
  55. dda46da Merge pull request #102 from basho/adt-backend-id by Andrew Thompson · 11 years ago
  56. 5cfaba3 Merge pull request #101 from basho/adt-format-errors by Andrew Thompson · 11 years ago
  57. f566318 Add some more record printing tests and fix a bug by Andrew Thompson · 11 years ago
  58. 86c7c62 Lager master will become lager 2.0 by Andrew Thompson · 11 years ago
  59. da4e0cf Support backend modules defining their own gen_event handler ID by Andrew Thompson · 11 years ago
  60. ecebfe4 Reject invalid format strings more aggressively by Andrew Thompson · 11 years ago
  61. 9bd0a41 Support pretty printing records found in a module at compile time by Andrew Thompson · 11 years ago
  62. 45f833e Attempt to determine application at compile time and store in metadata by Andrew Thompson · 11 years ago
  63. 8d353aa Merge pull request #98 from gotthardp/no_macro_overload2 by Andrew Thompson · 11 years ago
  64. 1c7a29f BUGFIX: Avoid overloading the LOG macro. by Petr Gotthard · 11 years ago
  65. f4f3dd3 Rewrite to use a bitmask to represent active loglevels by Andrew Thompson · 11 years ago
  66. bf1efd0 Merge pull request #81 from ypaq/master by Andrew Thompson · 11 years ago
  67. 67bce42 Add syslog comparison support to file and console backends by Andrew Thompson · 11 years ago
  68. f2f08d1 Merge pull request #85 from blinkov/master by Andrew Thompson · 11 years ago
  69. ea87dd9 Merge pull request #84 from ates/master by Andrew Thompson · 11 years ago
  70. 4646448 Merge pull request #92 from lukyanov/file_backend_formatter_fix2 by Andrew Thompson · 11 years ago
  71. 9151da2 Fix custom formatter spec for lager_file_backend (version 2) by snaky · 11 years ago
  72. 7aa3169 Initial work on syslog style comparison flags for loglevels by Andrew Thompson · 11 years ago
  73. a192bd9 Replace mochiglobal with a public ETS table by Andrew Thompson · 11 years ago
  74. abc11b2 Add "SMTP Support" section to README.org by Ivan Blinkov · 11 years ago
  75. d648264 Pid can sometimes be 'emulator', turns out by Andrew Thompson · 12 years ago
  76. 63cc66a Remove unnecessary debug message by Artem Teslenko · 12 years ago
  77. ed7e2aa Test and fix for a printable yet improper list by Andrew Thompson · 12 years ago
  78. 1531170 Merge pull request #82 from legoscia/master by Andrew Thompson · 12 years ago
  79. 0fda333 Use -include instead of -include_lib by Magnus Henoch · 12 years ago
  80. 23b26d9 added test case for custom format logging on console by Tilman Holschuh · 12 years ago
  81. 84034aa added "node" to metadata in parse transform by Tilman Holschuh · 12 years ago
  82. 0b797bc Merge pull request #80 from saleyn/format_time by Andrew Thompson · 12 years ago
  83. 3a7b235 Added more test cases by serge · 12 years ago
  84. f52558b Performance improvement in date formatting function. by serge · 12 years ago
  85. 9981ca0 Merge pull request #74 from basho/adt-tensorwrench-integration-2 by Andrew Thompson · 12 years ago
  86. d8ad5eb Roll version 1.2.1 by Andrew Thompson · 12 years ago 1.2.1
  87. e04830b Tag lager_msg messages with a {log, ...} tuple by Andrew Thompson · 12 years ago
  88. 180e09f Use an opaque type with a module for accessors rather than a record by Andrew Thompson · 12 years ago
  89. dc6ad0e Typo by Andrew Thompson · 12 years ago
  90. bcbd8ff Document the lager_truncation_size compile-time option by Andrew Thompson · 12 years ago
  91. 12a784b Time makes fools of us all by Andrew Thompson · 12 years ago
  92. 55283cc Make the default truncation limit a macro by Andrew Thompson · 12 years ago
  93. 350ba40 Fix typo by Andrew Thompson · 12 years ago
  94. 2f43aca Merge pull request #76 from bipthelin/bt-lager-loggly by Dave Parfitt · 12 years ago
  95. a582eaf Merge pull request #77 from basho/adt-format-equivalence by Andrew Thompson · 12 years ago
  96. 3587240 Use quickcheck to test for formatting equivalenve with io_lib by Andrew Thompson · 12 years ago
  97. e99c9dd Add informtion about loggly backend by Bip Thelin · 12 years ago
  98. e07c048 One function doesn't make a module by Andrew Thompson · 12 years ago
  99. c78ecdc Merge pull request #53 from basho/edoc-add by Andrew Thompson · 12 years ago
  100. 277dafa Adjust documentation by Andrew Thompson · 12 years ago