index
:
~snappy-dev/snapd/+git/snapd-pawel
[no description]
summary
refs
log
tree
commit
diff
path:
root
/
logger
Age
Commit message (
Expand
)
Author
2018-07-19
logger: try to not have double dates
John R. Lenton
2017-09-13
many: add logger.MockLogger() and use it in the tests (#3911)
Michael Vogt
2017-05-22
logger (& many more, to accommodate): drop explicit syslog.
John R. Lenton
2016-11-23
review feedback
John R. Lenton
2016-11-23
many: unify boolean env var handling
John R. Lenton
2016-09-10
s/can('t| not)/cannot/
John R. Lenton
2016-05-24
Code moved to github.com/snapcore/snapd.
Gustavo Niemeyer
2016-04-14
allow console logging via SNAPD_DEBUG
Michael Vogt
2016-04-14
fix tests
Michael Vogt
2016-04-14
automatically show debug message if the daemon runs on a terminal
Michael Vogt
2015-06-02
Update in-code documentation
Sergio Schvezov
2015-06-02
Forget gocheck
Sergio Schvezov
2015-05-22
logger/logger_test.go: fix go vet error
Michael Vogt
2015-05-22
merged lp:snappy
Michael Vogt
2015-05-20
logger: extract common syslog testing code
Michael Vogt
2015-05-20
logger: add missing tests and fix crash when syslog is not available (thanks ...
Michael Vogt
2015-05-19
Merge from trunk
Michael Terry
2015-05-19
logger: do not fail hard if syslog is not available and fix tests
Michael Vogt
2015-05-15
Add modelines
Michael Terry
2015-05-11
make vet and lint happy
John R. Lenton
2015-05-08
clean up imports, typos
John R. Lenton
2015-05-08
new, simpler? logger
John R. Lenton
2015-05-08
get rid of LogError
John R. Lenton
2015-03-31
add missing copyright headers
Michael Vogt
2015-03-27
* logger/logger.go: Format(): Don't include filename+line number unless
James Hunt
2015-03-19
* Added logger to gen-coverage.sh
James Hunt
2015-03-19
* 'go fmt'.
James Hunt
2015-03-19
Review changes:
James Hunt
2015-03-17
* Typo.
James Hunt
2015-03-17
* logger/logger_test.go: Removed now-unused fileSize().
James Hunt
2015-03-17
Review 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