Commit Graph

715 Commits

Author SHA1 Message Date
Steve Jarvis 20d755ea5e Export logger's set level function to address #503. 2017-07-07 16:32:18 -04:00
Andrew Pennebaker 3963c935b8 fix casing
fix casing leftover from older logrus
2017-07-06 17:21:34 -05:00
Simon Eskildsen 59d0ca41e5 readme: add note about lookign for maintainers 2017-07-06 09:44:07 -04:00
Simon Eskildsen 7dd06bf38e readme: clarify casing issues further 2017-06-29 20:54:20 -04:00
Simon Eskildsen 3d4380f53a readme: remove < 1.0.0 note from readme 2017-06-20 10:45:10 -04:00
Dan Buch 5d67428857
Allow more chars in unquoted text formatter output 2017-06-18 09:48:52 -04:00
Alex Haynes a279ebafa6 Update hook name
There is no hooks/null
2017-06-13 13:28:47 -05:00
Simon Eskildsen 85b1699d50 ci: v1.0.0 fix travis 2017-06-08 18:14:41 -04:00
Simon Eskildsen 202f25545e changelog: bump to v1.0.0 2017-06-08 17:02:02 -04:00
Simon Eskildsen 68cec9f21f hooks: remove non-released null hook 2017-06-06 16:59:45 -04:00
Simon Eskildsen abb8cd67b6 readme: update with reference to fixing glide 2017-06-06 16:59:25 -04:00
Simon Eskildsen 33a34430d1 Merge pull request #548 from shinji62/feature/adding_syslogtls_hook_readme
Add TLS syslog hook to the readme.
2017-06-06 15:08:02 -04:00
Simon Eskildsen 5b44a589ca Merge pull request #547 from bobtfish/rename_syslog
Update due to rename of github account
2017-06-06 15:07:04 -04:00
Simon Eskildsen d3731ac026 readme: more explicit case instructions 2017-06-06 15:05:30 -04:00
Etourneau Gwenn a62b1531c0
Updating Readme to add syslogtls repo. 2017-05-25 09:53:41 +09:00
Tomas Doran 0afea37159 Update due to rename of github account 2017-05-19 13:00:16 +01:00
Shulhan c37067a498 README: add hook for Mattermost 2017-05-18 17:18:15 +07:00
Simon Eskildsen 5e5dc89865 travis: clean up 2017-05-15 06:59:10 -04:00
Simon Eskildsen 0efc3b9c6f travis: don't go get recursively 2017-05-15 06:34:13 -04:00
Simon Eskildsen ce6942b8d7 Merge pull request #507 from alxrem/patch-1
Fixed typo in the comment
2017-05-15 06:33:06 -04:00
Simon Eskildsen 8ac8861ee5 Merge pull request #511 from jqin/master
Fix the JSONFormatter example comment
2017-05-15 06:32:00 -04:00
Simon Eskildsen df6d5a7115 travis: don't go get 2017-05-15 06:31:11 -04:00
Simon Eskildsen 1ba5ca0adb Merge pull request #482 from chmllr/patch-1
Fixes typo
2017-05-15 06:27:40 -04:00
Simon Eskildsen 109740c07e Merge pull request #508 from tsarpaul/patch-2
Added SQS Hook
2017-05-15 06:27:12 -04:00
Simon Eskildsen a5274db378 Merge pull request #541 from hacdias/patch-1
Enable ANSI colors for Windows 10 and newer
2017-05-15 06:25:19 -04:00
Henrique Dias 532c891a89 Update terminal_windows.go 2017-05-12 22:28:26 +01:00
Simon Eskildsen acfabf31db logrus: use lower-case in comments and examples 2017-05-12 15:21:58 -04:00
Simon Eskildsen f1444e62a8 hooks: add null logger test 2017-05-12 15:15:51 -04:00
Simon Eskildsen a9ab54b9d5 readme: add note on casing 2017-05-12 15:09:16 -04:00
Simon Eskildsen a06c2db727 hooks: add a null logger for the lower-case import 2017-05-12 14:57:36 -04:00
Simon Eskildsen 79043dd8d5 Merge pull request #540 from JodeZer/master
fix readme example go import path
2017-05-12 14:52:41 -04:00
Henrique Dias 3454d74a4c Enable ANSI colors on Windows 10 and newer 2017-05-12 12:12:49 +01:00
Simon Eskildsen 62f94013e5 Merge pull request #527 from flimzy/race
Protect test hook entries with a mutex
2017-05-12 06:11:14 -04:00
Simon Eskildsen 21173bb50a Merge pull request #535 from mattias-lundell/patch-1
Fixed small typo in example.
2017-05-12 06:07:14 -04:00
Simon Eskildsen 2c677e6a5e Merge pull request #512 from LTD-Beget/fix/datarace-setlevel
Fix SetLevel data-race
2017-05-12 06:06:32 -04:00
JodeZer 8df512bed5 fix readme example go import path 2017-05-11 18:19:16 +08:00
Mattias Lundell e3715134c9 Fixed small typo in example. 2017-05-05 14:18:10 +02:00
Simon Eskildsen 5b60b3d3ee Merge pull request #533 from urjitbhatia/master
Fix firehose hook url
2017-05-04 09:10:19 +02:00
Simon Eskildsen 727dd38ae7 Merge pull request #534 from dlespiau/20170503-fix-md-links
readme: Fix md links
2017-05-04 09:08:58 +02:00
Simon Eskildsen 508f304878 Merge pull request #528 from flimzy/go1.8
Add Go 1.8 to the testing matrix
2017-05-03 20:34:05 +02:00
Damien Lespiau 8aa045e295 readme: Fix md links
There were a couple of spaces between ']' and '(' causing the links to
be misrendered.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2017-05-03 17:23:41 +01:00
Urjit Singh Bhatia 012baad06c Fix firehose hook url
Firehose hook url was broken. Correct url is: https://github.com/beaubrewer/logrus_firehose
2017-05-02 10:47:34 -07:00
Jonathan Hall dba7a9fd25 Add Go 1.8 to the testing matrix
And use the .x versions, so the latest versions of each Go release is used.
2017-04-20 09:50:47 +02:00
Jonathan Hall 7e4197a54f Add a small warning comment 2017-04-20 09:44:21 +02:00
Jonathan Hall cc6ca6f305 Protect test entries with a mutex 2017-04-20 09:44:21 +02:00
Jonathan Hall ab2de9ffb1 Fix a few comments to conform to Go standards 2017-04-20 09:29:15 +02:00
Jay Qin 6223de399c Fix the JSONFormatter example comment 2017-03-23 09:50:46 -07:00
DmitriyMV 3bcb09397d This commit fixes data race using atomics. We switch type of level from uint8 to uint32 but due memory alignment on most platforms it will not result in any additional memory. 2017-03-23 19:13:49 +03:00
Paul Litvak fec838f389 Added SQS Hook 2017-03-22 22:32:29 +02:00
Alexey Remizov 6054749f37 Fixed typo in the comment 2017-03-22 17:09:05 +03:00