Sign in
chromium
/
external
/
github.com
/
kubernetes
/
klog
/
HEAD
6947259
Merge pull request #245 from dims/update-go-versions-we-test
by Kubernetes Prow Robot
· 5 years ago
main
567ef13
Update to newer golang versions
by Davanum Srinivas
· 5 years ago
02ca14b
Merge pull request #238 from yuzhiquan/fix-nit-for-klog
by Kubernetes Prow Robot
· 5 years ago
upstream/v2.9.0
6a9ef3f
fix typo
by yuzhiquan
· 5 years ago
4c0ac5a
Merge pull request #237 from yuzhiquan/fix-byte-array-display
by Kubernetes Prow Robot
· 5 years ago
59f7cb5
fix byte array display in InfoS and ErrorS
by yuzhiquan
· 5 years ago
0cc9b83
Merge pull request #210 from sunjayBhatia/logr-with-call-depth
by Kubernetes Prow Robot
· 5 years ago
cf22f1e
Call logr with call depth
by Sunjay Bhatia
· 5 years ago
dda2080
Merge pull request #233 from mars1024/bugfix/threadsafe-set
by Kubernetes Prow Robot
· 5 years ago
e95c7e3
make SetLogger thread-safe
by Bruce Ma
· 5 years ago
3734278
Merge pull request #230 from umangachapagain/format-string
by Kubernetes Prow Robot
· 5 years ago
2728fe1
check usage of format specifier in structured log func
by Umanga Chapagain
· 5 years ago
e158208
Merge pull request #229 from mowangdk/check_func_params
by Kubernetes Prow Robot
· 5 years ago
a18bc97
Fix by pr suggestions
by yingqi.ge
· 5 years ago
4e4135c
Add check for InfoS & ErrorS parameters
by yingqi.ge
· 5 years ago
407242c
Merge pull request #226 from serathius/fix-nil
by Kubernetes Prow Robot
· 5 years ago
upstream/v2.8.0
a9e27c3
Fix cases where KMetadata interface has nil pointer
by Marek Siarkowicz
· 5 years ago
0f69eb5
Merge pull request #225 from ehashman/safer-nils
by Kubernetes Prow Robot
· 5 years ago
upstream/v2.7.0
80a291b
KObj should be able to handle nil objects
by Elana Hashman
· 5 years ago
c1fc6e6
Merge pull request #217 from yuzhiquan/fix-erros-loglevel
by Kubernetes Prow Robot
· 5 years ago
30ac266
fix err is nil,ErrorS does not change the log level
by yuzhiquan
· 5 years ago
14dec33
Merge pull request #213 from adisky/add-logcheck
by Kubernetes Prow Robot
· 5 years ago
upstream/v2.6.0
babec9c
Add Static linter for structured logging
by Aditi Sharma
· 5 years ago
06bfcd3
Merge pull request #208 from chymy/klog-0130
by Kubernetes Prow Robot
· 5 years ago
110d443
Fix klog missing ) in 'one_output' description
by chymy
· 5 years ago
2427a79
Merge pull request #205 from zhijianli88/master
by Kubernetes Prow Robot
· 5 years ago
upstream/v2.5.0
8ea19f8
Merge pull request #207 from pohly/klogr-call-depth
by Kubernetes Prow Robot
· 5 years ago
e61bbb8
klogr: implement WithCallDepth
by Patrick Ohly
· 5 years ago
8a7e496
Merge pull request #197 from pohly/klogr-output-format
by Kubernetes Prow Robot
· 5 years ago
f5ba35b
test: cleanup temporary file
by Li Zhijian
· 5 years ago
b344254
klogr: add NewWithOptions, revert New
by Patrick Ohly
· 5 years ago
34b3f9f
klogr: add support for structured logging via klog
by Patrick Ohly
· 5 years ago
5fda116
klogr: extend test coverage
by Patrick Ohly
· 5 years ago
6b97b32
add InfoSDepth and ErrorSDepth
by Patrick Ohly
· 5 years ago
ea3b07f
Merge pull request #198 from pohly/fix-mod-sum
by Kubernetes Prow Robot
· 5 years ago
e354d34
fix go.sum
by Patrick Ohly
· 5 years ago
ffd1719
Merge pull request #199 from pohly/fix-apidiff
by Kubernetes Prow Robot
· 5 years ago
bf3dc06
github: fix apidiff check
by Patrick Ohly
· 5 years ago
199a06d
Merge pull request #193 from yuzhiquan/newflag-check
by Kubernetes Prow Robot
· 6 years ago
d47f4e8
Merge pull request #192 from yuzhiquan/klog-testcase-cleanup
by Kubernetes Prow Robot
· 6 years ago
5919b2f
check new klog flag's prefix
by yuzhiquan
· 6 years ago
d74d9f8
remove unreachable if statement, and typo
by yuzhiquan
· 6 years ago
f81e6a7
Merge pull request #187 from sayanibhattacharjee/patch-1
by Kubernetes Prow Robot
· 6 years ago
29a2d64
Update go.mod
by Sayani Bhatacharjee
· 6 years ago
52c62e3
Merge pull request #179 from blaubaer/fix_logr_keysAndValues
by Kubernetes Prow Robot
· 6 years ago
upstream/v2.4.0
b9b3597
Merge branch 'master' into fix_logr_keysAndValues
by Davanum Srinivas
· 6 years ago
321016d
Merge pull request #183 from rf232/KEP-1753-logfilter
by Kubernetes Prow Robot
· 6 years ago
3310004
Also test that msg and format get passed to the filter functions
by Rob Franken
· 6 years ago
7d96b43
rename var in testcases to be more clear
by Rob Franken
· 6 years ago
ffb31cc
Add support to add a logfilter
by Rob Franken
· 6 years ago
87db504
Merge pull request #182 from lilic/mention-v2
by Kubernetes Prow Robot
· 6 years ago
5c246b0
README.md: Mention klog/v2 usage
by Lili Cosic
· 6 years ago
17fe943
Added unit tests
by Gregor Noczinski
· 6 years ago
d521fd2
Forwards keysAndValues as an slice and not as a slice of slices
by Gregor Noczinski
· 6 years ago
4f12f78
Merge pull request #177 from Dean-Coakley/lint
by Kubernetes Prow Robot
· 6 years ago
7201c35
Lint coexist klog1 and klog2 example
by Dean Coakley
· 6 years ago
edddf6a
Merge pull request #176 from tklauser/apidiff-go-mod
by Kubernetes Prow Robot
· 6 years ago
30a6e46
Set GO111MODULE=off for go get golang.org/x/exp/cmd/apidiff
by Tobias Klauser
· 6 years ago
cfd1eb4
Merge pull request #175 from immiao/master
by Kubernetes Prow Robot
· 6 years ago
9b4b646
Fix typo in comments
by immiao
· 6 years ago
8e40847
Merge pull request #174 from joelsmith/master
by Kubernetes Prow Robot
· 6 years ago
23f2673
Add SECURITY.md
by Joel Smith
· 6 years ago
c85d02d
Merge pull request #172 from bamboox/fix/rotatefile
by Kubernetes Prow Robot
· 6 years ago
db8b2b2
Merge pull request #141 from aanm/do-not-repeat-messages
by Kubernetes Prow Robot
· 6 years ago
d2c1c11
Fix rotate file
by bamboox
· 6 years ago
b5c3182
Merge pull request #170 from dims/deprecate-typo-ed-structured-logging-method
by Kubernetes Prow Robot
· 6 years ago
upstream/v2.3.0
55c60a6
Update klog.go
by Davanum Srinivas
· 6 years ago
aa26aeb
Update klog.go
by Davanum Srinivas
· 6 years ago
06dd2d1
Deprecate typo-ed Structured logging method (Error->ErrorS)
by Davanum Srinivas
· 6 years ago
0917ddb
klog: do not repeat messages on all severity flushSyncWriter
by André Martins
· 6 years ago
d738e55
Merge pull request #166 from physcat/verboseStructFix
by Kubernetes Prow Robot
· 6 years ago
upstream/v2.2.0
2e691eb
Fix missing fields in verbose InfoS
by Mitchell de Bruyn
· 6 years ago
0bedec3
Merge pull request #164 from greut/go-logr-v0.2.0
by Kubernetes Prow Robot
· 6 years ago
966c986
feat use go-logr v0.2.0
by Yoan Blanc
· 6 years ago
825bd2f
Merge pull request #159 from tahsinrahman/error-tests
by Kubernetes Prow Robot
· 6 years ago
upstream/2.1.0
upstream/v2.1.0
bbd9ca1
Add tests for error in InfoS
by tahsinrahman
· 6 years ago
db7f626
Merge pull request #157 from yuzhiquan/bug-infoS-timeformat
by Kubernetes Prow Robot
· 6 years ago
1ccc0e1
fix imported bug time encode format form kvlistFormat
by yuzhiquan
· 6 years ago
2359470
Merge pull request #155 from windayski/typo-patch
by Kubernetes Prow Robot
· 6 years ago
dd4d1a6
fix typo in README.md
by windayski
· 6 years ago
2e7b9f7
Merge pull request #154 from tahsinrahman/fix-nil-err
by Kubernetes Prow Robot
· 6 years ago
49123d4
ErrorS(nil, ...) should call loggr.Error(nil, ...)
by tahsinrahman
· 6 years ago
9e86e5a
Merge pull request #152 from mook-as/v-docs
by Kubernetes Prow Robot
· 6 years ago
5b199cd
Fix documentation for V(level)
by Mark Yen
· 6 years ago
72e000d
Merge pull request #150 from dims/apidiff-github-action
by Kubernetes Prow Robot
· 6 years ago
d1eb30f
Add apidiff script to check go signature changes
by Davanum Srinivas
· 6 years ago
30445f8
Merge pull request #149 from kubernetes/dims-patch-1
by Kubernetes Prow Robot
· 6 years ago
dc505bf
Switch slack channel to #klog
by Davanum Srinivas
· 6 years ago
upstream/dims-patch-1
70253be
Merge pull request #148 from dims/add-example-for-co-existence-of-klog-v1-and-v2-take-2
by Kubernetes Prow Robot
· 6 years ago
a47ebb9
Add example for co-existence of klog v1 and v2
by Davanum Srinivas
· 6 years ago
a5796cb
Merge pull request #100 from liztio/setstderr
by Kubernetes Prow Robot
· 6 years ago
32133e3
Merge pull request #143 from thaJeztah/lazy_user_lookup
by Kubernetes Prow Robot
· 6 years ago
134f148
logName(): lazily lookup userName instead of on init()
by Sebastiaan van Stijn
· 6 years ago
ea583d2
Merge pull request #140 from dims/fix-serialization-of-special-html-chars
by Kubernetes Prow Robot
· 6 years ago
db06a1b
fix serialization of special html chars
by Davanum Srinivas
· 6 years ago
99c45d9
Merge pull request #136 from sebsoto/fix_windows_tests
by Kubernetes Prow Robot
· 6 years ago
5727d2a
Fix Windows integration tests
by Sebastian Soto
· 6 years ago
edbc1d3
test(*): TestRollover failed randomly on Windows
by lsytj0413
· 6 years ago
4cae117
Merge pull request #134 from benmoss/fix-errors
by Kubernetes Prow Robot
· 6 years ago
upstream/v2.0.0
271ead0
Fix how errors are printed
by Ben Moss
· 6 years ago
Next »