summaryrefslogtreecommitdiff
path: root/logger
AgeCommit message (Expand)Author
2018-07-19logger: try to not have double datesJohn R. Lenton
2017-09-13many: add logger.MockLogger() and use it in the tests (#3911)Michael Vogt
2017-05-22logger (& many more, to accommodate): drop explicit syslog.John R. Lenton
2016-11-23review feedbackJohn R. Lenton
2016-11-23many: unify boolean env var handlingJohn R. Lenton
2016-09-10s/can('t| not)/cannot/John R. Lenton
2016-05-24Code moved to github.com/snapcore/snapd.Gustavo Niemeyer
2016-04-14allow console logging via SNAPD_DEBUGMichael Vogt
2016-04-14fix testsMichael Vogt
2016-04-14automatically show debug message if the daemon runs on a terminalMichael Vogt
2015-06-02Update in-code documentationSergio Schvezov
2015-06-02Forget gocheckSergio Schvezov
2015-05-22logger/logger_test.go: fix go vet errorMichael Vogt
2015-05-22merged lp:snappyMichael Vogt
2015-05-20logger: extract common syslog testing codeMichael Vogt
2015-05-20logger: add missing tests and fix crash when syslog is not available (thanks ...Michael Vogt
2015-05-19Merge from trunkMichael Terry
2015-05-19logger: do not fail hard if syslog is not available and fix testsMichael Vogt
2015-05-15Add modelinesMichael Terry
2015-05-11make vet and lint happyJohn R. Lenton
2015-05-08clean up imports, typosJohn R. Lenton
2015-05-08new, simpler? loggerJohn R. Lenton
2015-05-08get rid of LogErrorJohn R. Lenton
2015-03-31add missing copyright headersMichael Vogt
2015-03-27* logger/logger.go: Format(): Don't include filename+line number unlessJames Hunt
2015-03-19* Added logger to gen-coverage.shJames Hunt
2015-03-19* 'go fmt'.James Hunt
2015-03-19Review changes:James Hunt
2015-03-17* Typo.James Hunt
2015-03-17* logger/logger_test.go: Removed now-unused fileSize().James Hunt
2015-03-17Review changes:James Hunt
2015-03-17* 'go fmt'.James Hunt
2015-03-16* New API resulting from review comments.James Hunt
2015-03-06* Add basic logging functionality:James Hunt