Commit Graph

  • 8369e2f077 Fix a race condition in TestLoggingWithHooksRace David Bariod 2018-05-12 15:51:19 +0200
  • 507c822874 add mysql hook lyric 2018-04-27 17:53:47 +0800
  • e63a8df340 added Anexia CloudLog to list of hooks dbs5 2018-04-16 20:20:18 +0200
  • 5513c60034 Improve documentation for Fatal* class functions David Bariod 2018-04-16 14:16:44 +0200
  • 2f58bc83cb Unified terminal initialization code handling Felix Kollmann 2018-04-03 04:55:52 +0200
  • 9bc59a5969 Fixed initTerminal() was run for non-terminals Felix Kollmann 2018-04-03 04:50:50 +0200
  • cf5eba7dfd Simplified file structure Felix Kollmann 2018-04-03 04:47:29 +0200
  • c9a46a1e7c Added terminal check on Windows Felix Kollmann 2018-04-03 04:40:58 +0200
  • 7d2a5214bf Extended conditions to include non-native builds Felix Kollmann 2018-04-03 01:23:44 +0200
  • f142d8145b Improved building of non-windows code Felix Kollmann 2018-04-03 01:15:45 +0200
  • bb487e068c Added support for text coloring on Windows 10 Felix Kollmann 2018-04-03 00:25:30 +0200
  • 778f2e774c
    Merge pull request #407 from roganartu/master Stephen Day 2018-03-29 15:59:52 -0700
  • a0285bf3ac
    Merge pull request #709 from silverlyra/dynamic-clash Stephen Day 2018-03-29 14:32:20 -0700
  • 6ecf50095b
    Merge pull request #713 from earlzo/hotfix/wrong-comment Stephen Day 2018-03-29 14:30:34 -0700
  • 7406e22f35
    Merge pull request #726 from wla80/master Stephen Day 2018-03-29 14:30:08 -0700
  • 41f384185c
    Merge pull request #739 from hondrus/patch-2 Stephen Day 2018-03-29 14:22:02 -0700
  • 19b9c9e1ff
    delete dead link Olzhas Ilyubayev 2018-03-28 12:10:14 +0600
  • b537da569f Fix run-on sentence Wilson 2018-03-09 21:57:56 -0800
  • 723dd3cd1f changed prettyprinting to use spaces as opposed to /t Marianne Feng 2018-03-20 18:20:51 -0700
  • 509bff05a7 Merge branch 'master' of github.com:sirupsen/logrus Marianne Feng 2018-03-20 18:18:22 -0700
  • 90150a8ed1
    Merge pull request #711 from oxgrouby/master Stephen Day 2018-03-14 18:07:03 -0700
  • c155da1940 changelog: add 1.0.5 v1.0.5 Simon Eskildsen 2018-03-11 18:51:37 -0400
  • c74e39f432
    Merge branch 'master' into master Dave Clendenan 2018-03-08 15:53:25 -0800
  • f4ee691250
    Merge pull request #722 from dylanmei/add-kafka-rest-proxy-hook Stephen Day 2018-02-28 14:01:33 -0800
  • 796df9f552
    Merge pull request #717 from gracenoah/gopherjs Stephen Day 2018-02-28 13:44:18 -0800
  • 91b159d34d Add Kafka REST Proxy hook to README Dylan Meissner 2018-02-11 07:37:38 -0800
  • c840e59446 add gopherjs build tag Grace Noah 2018-02-23 21:35:25 +0000
  • 1893e9a3ed Fixed: comment earlzo 2018-02-20 16:28:12 +0800
  • f4118d2ead reamde: add logrus-clickhouse-hook Andrew Rezcov 2018-02-16 16:50:54 +0300
  • efab7f37b7 Have prefixFieldClashes respect the JSON FieldMap Lyra Naeseth 2018-02-13 17:44:51 -0800
  • 8c0189d9f6
    Merge pull request #707 from imjching/logger-with-hooks-race Simon Eskildsen 2018-02-13 09:31:10 -0500
  • be569094e9
    Make fireHooks() method receive a copy of Entry structure to avoid race conditions Jay Ching Lim 2018-02-12 17:26:48 -0500
  • 9f91ab2ef9
    Merge pull request #704 from phillipj/patch-1 Stephen Day 2018-02-07 10:27:17 -0800
  • dcf2d47dfb
    Merge pull request #697 from jjcollinge/patch-1 Stephen Day 2018-02-06 17:40:45 -0800
  • 178041e53c
    Fix typo in README.md Phillip Johnsen 2018-02-05 21:59:23 +0100
  • 828a649ef2 rename fieldLogger to entry Michael Haines 2018-02-05 12:52:11 -0700
  • eeb653535c Lock mutex before formatting to avoid race Michael Haines 2018-02-05 12:44:11 -0700
  • efbfdb5f09 Add failing test for using a FieldLogger with hooks inside goroutines Michael Haines 2018-02-05 12:42:00 -0700
  • 0cf9f0bff9
    Made text consistent with other hooks Joni Collinge 2018-01-30 16:00:33 +0000
  • 516f6c178d
    Add Application Insights hook to README Joni Collinge 2018-01-30 15:58:49 +0000
  • 768a92a026
    Merge pull request #695 from mauricio/master Antoine Grondin 2018-01-29 20:18:52 +0200
  • 269eab0f22
    Merge branch 'master' into master Tony Lee 2018-01-23 23:04:29 -0500
  • 977e03308a
    Fix deadlock on panics at Entry.log Maurício Linhares 2018-01-22 10:35:26 -0500
  • 92aece568b TextFormatter behaviour aligned with stdlib log (fixes #167) Dennis de Reus 2017-12-29 20:26:35 +0100
  • eb156905d7 remove .gitignore changes and update AddHook conor 2017-12-21 14:16:49 -0500
  • 20cc8e2bc3 remove .gitignore changes conor 2017-12-21 14:10:48 -0500
  • 0c03a05a0e mirror and wrap Logger instance methods in exported.go conor 2017-12-21 14:04:49 -0500
  • d682213848 changelog: 1.0.4 v1.0.4 Simon Eskildsen 2017-12-05 15:32:29 -0500
  • 49f0a85ee5
    Merge pull request #635 from ernestoalejo/master Simon Eskildsen 2017-12-05 15:30:37 -0500
  • 1917d221a6 Merge branch 'master' of github.com:mariannefeng/logrus Marianne Feng 2017-11-30 23:11:56 -0800
  • b9eceae8f6
    fix example Neil Isaac 2017-11-21 22:56:37 -0500
  • bf1fb70b2b Add FieldMap support to TestFormatter Neil Isaac 2017-11-21 22:43:47 -0500
  • 95cd2b9c79
    Merge pull request #644 from marccarre/add-promrus-hook Simon Eskildsen 2017-11-18 07:42:23 -0500
  • cb6f9634ca
    Merge pull request #658 from xentek/patch-1 Simon Eskildsen 2017-11-18 07:41:52 -0500
  • 5c6f722619
    Merge pull request #661 from klautcomputing/patch-1 Simon Eskildsen 2017-11-18 07:41:40 -0500
  • 4dd868ba91
    Merge pull request #669 from StevenYCChou/patch-1 Simon Eskildsen 2017-11-18 07:40:44 -0500
  • 73a1342386
    Fix typo in README.md Yen-Cheng Chou 2017-11-14 16:58:00 -0500
  • 10d6a5b427 removed useless line from readme Marianne Feng 2017-11-06 16:28:37 -0800
  • 639325f81a added pretty print option for json logs Marianne Feng 2017-11-06 16:19:47 -0800
  • 9700beb9b6
    Update README.md Felix Glaser 2017-11-01 14:11:54 -0400
  • 1858a8574d Adds `logbeat` hook to README Eric Marden 2017-10-26 13:58:09 -0500
  • c44d524628 Fix typo in docstring Aditya Mukerjee 2017-10-09 11:18:43 -0400
  • 4844e5856d Add promrus to list of hooks. Marc CARRE 2017-10-03 15:08:46 +0100
  • 7d3ddc68a3 Split terminal check to add build tags to support App Engine. Ernesto Alejo 2017-09-06 19:34:58 +0200
  • 6137e6b13d Fix typo in docs for New() Albert Nigmatzianov 2017-09-02 15:05:25 +0500
  • e59e5eaa92 Fix typo in docs for New() Albert Nigmatzianov 2017-09-02 15:04:38 +0500
  • 1fb8c53680 Fix typo in docs for New() Albert Nigmatzianov 2017-09-02 15:03:37 +0500
  • 40f571805d Merge branch 'master' of https://github.com/dclendenan/logrus Dave Clendenan 2017-08-30 15:43:36 -0700
  • eab1019f63 Merge branch 'master' of https://github.com/sirupsen/logrus Dave Clendenan 2017-08-30 15:39:09 -0700
  • 89742aefa4 Merge pull request #612 from ChimeraCoder/add-hook-race Damien Mathieu 2017-08-22 15:27:46 +0200
  • 84573d5f03 Merge pull request #627 from kpfaulkner/azuretablehookref Damien Mathieu 2017-08-21 09:31:01 +0200
  • cd1114dc25 Added reference to AzureTableHook Ken Faulkner 2017-08-20 12:47:38 +1000
  • 9bc52e3981 Fix test assertion Aditya Mukerjee 2017-08-04 13:01:04 -0400
  • c830992a61 Take lock on mutex when firing hooks Aditya Mukerjee 2017-08-04 13:00:43 -0400
  • 66230b2871 Add test for race condition in hooks Aditya Mukerjee 2017-08-04 13:00:10 -0400
  • 3d1341ce2c Add AddHook method for logger Aditya Mukerjee 2017-08-04 11:24:22 -0400
  • 68806b4b77 Merge pull request #613 from rossmcdonald/rossmcdonald-add-telegram-to-readme Damien Mathieu 2017-08-17 10:55:56 +0200
  • 68e63515d5 Merge pull request #621 from tracer0tong/master Damien Mathieu 2017-08-17 10:41:08 +0200
  • 5efed00cb0 Update README.md to fix link to Kafka hook Tracer Tong 2017-08-17 16:33:45 +0900
  • f006c2ac47
    changelog: bump to v1.0.3 v1.0.3 Paul Seiffert 2017-08-15 22:20:55 +0200
  • e98d2a2169 Merge pull request #616 from rafecolton/make-examples-testable Paul Seiffert 2017-08-15 22:19:09 +0200
  • e3e7388b95 Replace example files with testable examples Rafe Colton 2017-08-10 10:46:39 -0400
  • 3bd397e07f Add Telegram hook to README.md. Ross McDonald 2017-08-07 16:36:23 -0500
  • e3d17767d1 MD formatting Dave Clendenan 2017-08-02 17:35:14 -0700
  • 9ce1c9e3b5 add github path to log message in readme Dave Clendenan 2017-08-02 17:33:13 -0700
  • b1db1b9c67 regex assertion rather than literal, for github path Dave Clendenan 2017-08-02 17:28:13 -0700
  • 3cb9e18ef9 test updates Dave Clendenan 2017-08-02 17:21:18 -0700
  • 7d48cb786e Merge branch 'master' of https://github.com/sirupsen/logrus Dave Clendenan 2017-08-02 13:18:39 -0700
  • 181d419aa9 Merge pull request #604 from sirupsen/use_ssh_terminal Damien Mathieu 2017-07-28 09:42:14 +0200
  • e66f22976f remove os-specific IsTerminal methods, and use x/crypto/ssh/terminal instead dmathieu 2017-07-27 14:23:27 +0200
  • 9aa7601a11 Merge pull request #605 from sirupsen/fix_tempfile_all_platforms Damien Mathieu 2017-07-27 15:26:26 +0200
  • 60f3438580 fix creating temp files on non-unix platforms dmathieu 2017-07-27 14:46:09 +0200
  • d4ae98b177 improve test failure messages for alt_exit_test dmathieu 2017-07-27 14:06:49 +0200
  • c2f40cf579 Merge pull request #600 from AndreKR/appveyor Damien Mathieu 2017-07-27 09:51:31 +0200
  • 6f38f401f7 Add appveyor.yml André Hänsel 2017-07-27 05:03:02 +0200
  • abee6f9b06 Merge pull request #598 from sirupsen/goling_formatters Damien Mathieu 2017-07-26 20:39:46 +0200
  • 259b4b7f45 Merge pull request #594 from sirupsen/sys_unix Damien Mathieu 2017-07-26 14:47:05 +0200
  • 325575f181 fix golint issues in formatters dmathieu 2017-07-26 14:26:30 +0200
  • 8a90bf3fff use x/sys for non-unix files dmathieu 2017-07-26 10:15:24 +0200
  • f4125cea1b get Termios from x/sys/unix dmathieu 2017-07-25 10:29:46 +0200