İşleme Grafiği

  • 2ce7cde (refs/pull/532/head) Prevent undef call from crashing 3 tests by Paulo F. Oliveira 2020-11-06 21:57:57 +0000
  • 6af1c61 Improve repeatability by Paulo F. Oliveira 2020-11-06 21:57:51 +0000
  • 76217d8 (refs/pull/516/merge) Merge 9d97ae33ac into 91575d4479 by Ulf Wiger 2020-09-19 11:14:26 +0000
  • 06091f7 (refs/pull/524/merge) Merge 244463e954 into 91575d4479 by Andrew Thompson 2020-08-28 12:43:43 -0500
  • 91575d4 (HEAD -> master, tag: 3.8.1) Roll 3.8.1 by Mark Allen 2020-08-28 12:41:26 -0500
  • 063b4dc Merge pull request #531 from erlang-lager/evanmcc-pterm-formatter by Mark Allen 2020-08-28 12:27:35 -0500
  • 8779a27 (refs/pull/531/head) Add docs by Mark Allen 2020-08-28 12:06:43 -0500
  • 4e4445c Merge pull request #530 from erlang-lager/evanmcc-pterm-formatter by Mark Allen 2020-08-26 11:18:28 -0500
  • 6b2850f Merge pull request #523 from erlang-lager/adt/more-statem-cases by Mark Allen 2020-08-26 11:13:57 -0500
  • 1101906 (refs/pull/530/head) Avoid persistent_term for OTP < 21 by Mark Allen 2020-08-25 16:25:05 -0500
  • efaea27 (refs/pull/529/head) add a pterm formatter by Evan Vigil-McClanahan 2020-08-24 21:15:48 -0700
  • d88b366 Merge pull request #525 from lagebr/master by Andrew Thompson 2020-05-08 09:28:38 -0700
  • 6d708e3 (refs/pull/525/head) Add Hex badge by lagebr 2020-05-08 16:57:17 +0200
  • 244463e (refs/pull/524/head, adt/lager_use_logger-option) logger_std_h supports file rotation better than disk_log, so use that by Andrew Thompson 2020-03-02 08:23:26 -0800
  • 6746643 Rework logger configuration and add logger config generator by Andrew Thompson 2020-03-01 19:56:49 -0800
  • c62732d WIP function to turn lager config into logger config by Andrew Thompson 2020-03-01 19:08:42 -0800
  • 0dff911 Add some docs by Andrew Thompson 2020-03-01 18:09:01 -0800
  • 0803df0 How the heck did this slip in? by Andrew Thompson 2020-03-01 14:42:07 -0800
  • 3990279 (refs/pull/523/head) Try to handle another way gen_statem logs crashes by Andrew Thompson 2020-03-01 12:26:58 -0800
  • 9d97ae3 (refs/pull/516/head) Allow trace filter to silence log output by Ulf Wiger 2019-08-20 07:27:43 +0200
  • f26a8ea Update supported releases due to OTP 22 by Andrew Thompson 2019-08-19 10:01:53 -0700
  • d68f066 Try to use the new persistent term module instead of ETS in lager_config (#491) by Andrew Thompson 2019-08-19 09:53:22 -0700
  • d073e8d Merge pull request #514 from macpie/master by Andrew Thompson 2019-08-18 11:25:18 -0700
  • ea89ecc (refs/pull/491/head) Fix errors, detect persistent_term in a new way by Andrew Thompson 2019-08-18 10:54:40 -0700
  • ed86c31 Try to use the new persistent term module instead of ETS in lager_config by Andrew Thompson 2019-02-02 12:18:22 -0800
  • 1118524 (refs/pull/515/head) Replace string:find/2 for compatibility with Erlang/OTP 19 by Led 2019-08-17 17:38:34 +0300
  • 6b75f9b (refs/pull/514/head) Metadata whitelist by macpie 2019-08-13 11:03:45 -0700
  • 1c2083a (refs/pull/512/head) remove `-compile({parse_transform, lager_transform}).` by macpie 2019-08-12 18:19:06 -0700
  • dfbbde0 Adding metadata whitelist by macpie 2019-08-12 18:16:06 -0700
  • 22e62f2 (tag: 3.8.0) Roll 3.8.0 by Mark Allen 2019-08-09 22:44:17 -0500
  • d56b069 Merge branch 'lrb' by Mark Allen 2019-08-09 22:39:44 -0500
  • fc6221c Fixup by Mark Allen 2019-08-09 22:39:05 -0500
  • 6825530 (refs/pull/509/head) Merge branch 'master' into lrb-windows-file-rotation by Mark Allen 2019-08-09 21:43:08 -0500
  • f875d43 Merge pull request #510 from lukebakken/lrb-unicode-string-formatting by Mark Allen 2019-08-09 21:41:49 -0500
  • c88d5d5 (refs/pull/510/head) Add tests that show ~t format modifier is necessary for unicode file paths by Luke Bakken 2019-08-09 12:44:21 -0700
  • aa09a2c Only sleep for a long time when CI env variable is present, like on Travis CI by Luke Bakken 2019-08-09 12:17:38 -0700
  • 9991ac4 Really bump up sleeps to fix tests on Travis CI by Luke Bakken 2019-08-08 16:44:27 -0700
  • c3d712b Add a sleep to (maybe) fix a test on Travis CI by Luke Bakken 2019-08-08 15:25:39 -0700
  • 1a8e47d Add 3.8.0 change log entries by Luke Bakken 2019-08-08 12:46:12 -0700
  • f47a8be Add t to string formatting to accept unicode file and dir names by Luke Bakken 2019-08-07 13:23:15 -0700
  • f23e3e6 Ensure that all calls to rotate a log file are preceded by closing the FDs associated with it by Luke Bakken 2019-08-05 16:57:56 -0700
  • e2e748f Ensure that all calls to rotate a log file are preceded by closing the FDs associated with it by Luke Bakken 2019-08-05 16:57:56 -0700
  • 4ed9b55 Remove TODO and add a second file:close due to delayed write by Luke Bakken 2019-08-05 14:28:04 -0700
  • 0979fd7 Skip one test that will fail on win32 by Luke Bakken 2019-08-02 14:31:47 -0700
  • d25eee4 Skip more tests that will fail on win32 by Luke Bakken 2019-08-02 14:23:57 -0700
  • 9f5fcf8 Skip two tests that will fail on win32 by Luke Bakken 2019-08-02 14:14:02 -0700
  • 0d75a9c Tweak appveyor by Luke Bakken 2019-08-02 12:08:57 -0700
  • fe1ec68 Do not install Erlang, instead use what is on appveyor by Luke Bakken 2019-08-02 12:05:50 -0700
  • d6f1555 Caching Erlang does not work by Luke Bakken 2019-08-02 12:01:09 -0700
  • 003a50f Check rval with assertEqual by Luke Bakken 2019-08-02 11:59:40 -0700
  • 22c8a2b Tweak appveyor settings by Luke Bakken 2019-08-02 11:46:32 -0700
  • a173cb2 Cache chocolatey since Erlang takes forever to download by Luke Bakken 2019-08-02 11:43:06 -0700
  • 745fd81 Add AppVeyor build file by Luke Bakken 2019-08-02 11:34:48 -0700
  • 847b811 Fix test failures on win32 in pr_stacktrace_test module by Luke Bakken 2019-08-02 11:23:05 -0700
  • b64c05e Fix lager_test_function_transform tests on win32 as monotonic_time can return the same value by Luke Bakken 2019-08-02 10:34:15 -0700
  • 8b94200 Move test util functions into TEST section of lager_util by Luke Bakken 2019-08-02 10:13:30 -0700
  • d45849a Fix lager_rotator_default tests on win32 by Luke Bakken 2019-08-02 10:08:49 -0700
  • b069aea Fixed tests in lager_crash_log on win32 by Luke Bakken 2019-08-02 09:56:38 -0700
  • cd5f69d Factor out common code into lager_util:has_file_changed by Luke Bakken 2019-08-02 07:36:54 -0700
  • 62e847a Add inode check to write_should_check by Luke Bakken 2019-08-01 11:57:58 -0700
  • 3e9e4eb Write test files using 1 second creation time in the future, lager_file_backend suite passes on win32 by Luke Bakken 2019-08-01 11:49:25 -0700
  • 0bc318c Ensure creation time is updated on win32 when files are created by Luke Bakken 2019-08-01 10:47:56 -0700
  • c7d7fce Fix test in lager_file_backend with exception for win32 by Luke Bakken 2019-08-01 08:09:03 -0700
  • 439e82c Take a file ctime into account when write/4 is called by Luke Bakken 2019-07-31 16:19:34 -0700
  • 7bb0988 Refactor lager_rotator_behaviour to return a files ctime value, which is necessary for detecting changes on win32 by Luke Bakken 2019-07-31 15:39:44 -0700
  • 39c1248 Fix "Internal rotation and delayed write" test on win32 by Luke Bakken 2019-07-31 14:15:38 -0700
  • ecb0f8c Fix a couple more win32 test issues in lager_file_backend by Luke Bakken 2019-07-31 11:39:29 -0700
  • 3267b98 All but one lager_file_backend test passes on win32 by Luke Bakken 2019-07-30 18:23:10 -0700
  • 990210f Making progress on getting lager_file_backend tests passing on win32 by Luke Bakken 2019-07-30 16:57:43 -0700
  • a4ceb21 Fix rotate_file_fail_test on win32 by Luke Bakken 2019-07-30 10:53:11 -0700
  • f03fa28 Remove code causing some warnings by Luke Bakken 2019-07-29 15:01:52 -0700
  • 27a075b (tag: 3.7.0) Roll 3.7.0 by Mark Allen 2019-05-24 18:28:40 -0500
  • afad7bb Merge pull request #503 from vikger/master by Mark Allen 2019-05-24 12:01:42 -0500
  • d85621d (refs/pull/503/head) Prepare for Erlang/OTP 22 by Viktor Gergely 2019-05-23 10:54:40 +0200
  • 0fbda11 Prepare for Erlang/OTP 22 by Viktor Gergely 2019-05-23 10:54:40 +0200
  • 517472b Merge pull request #501 from vikger/dialyzer500 by Mark Allen 2019-05-21 17:35:56 -0500
  • a48a90b (refs/pull/501/head) Fix dialyzer errors by Viktor Gergely 2019-05-21 08:41:36 +0200
  • 4ffdf0d (tag: 3.6.10) Roll 3.6.10 by Mark Allen 2019-04-30 17:29:24 -0500
  • b89d362 Merge pull request #499 from lukebakken/lrb-496_dont_count_filtered_logs_in_hwm by Mark Allen 2019-04-30 17:15:05 -0500
  • 7549c85 (refs/pull/499/head) Fix test by Luke Bakken 2019-04-30 09:22:04 -0700
  • 4680b7f (refs/pull/497/head) Fix for incorrectly counting dropped messages by Lajos Gerecs 2019-04-11 17:13:58 +0200
  • 94f4cd5 Merge pull request #494 from rgl/master by Mark Allen 2019-03-17 21:21:52 +0000
  • 427c607 (refs/pull/494/head) fix the pr_stacktrace invocation example by Rui Lopes 2019-03-17 18:11:21 +0000
  • b19a180 (tag: 3.6.9) Roll 3.6.9 by Andrew Thompson 2019-03-13 07:51:30 -0700
  • a1ac676 Merge pull request #493 from lukebakken/lrb-windows-rotation by Mark Allen 2019-03-12 22:55:07 -0500
  • 3a4085d (refs/pull/493/head) Fix log rotation on Windows / non-Unix OSes by Luke Bakken 2019-02-28 14:55:51 -0800
  • 3c275e4 Use better function by Andrew Thompson 2019-02-23 18:47:42 -0800
  • 3d38191 Fix by Andrew Thompson 2019-02-09 13:22:27 -0800
  • 2259907 Fix by Andrew Thompson 2019-02-09 10:50:59 -0800
  • 60f6b38 Typo by Andrew Thompson 2019-02-09 10:48:55 -0800
  • 566d0f3 Fix by Andrew Thompson 2019-02-09 10:24:33 -0800
  • 7af01cc Try to supress log messages better by Andrew Thompson 2019-02-09 10:22:53 -0800
  • ce11e41 Use report_cb from config or from metadata by Andrew Thompson 2019-02-03 18:23:25 -0800
  • 7b8d2c5 More fighting with report_cb by Andrew Thompson 2019-02-03 18:08:20 -0800
  • 5667c95 Try to switch to using a report_cb by Andrew Thompson 2019-02-03 17:52:40 -0800
  • 0e07296 Add application stops by Andrew Thompson 2019-02-03 17:34:33 -0800
  • 24651de Use the right key names by Andrew Thompson 2019-02-03 17:08:15 -0800
  • 0ba40a2 Add application start by Andrew Thompson 2019-02-03 17:07:04 -0800
  • 7e247dc Typo: by Andrew Thompson 2019-02-03 17:01:33 -0800
  • 8ac924b Debugging by Andrew Thompson 2019-02-03 16:58:20 -0800