This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/log
zeripath 5422f23ed8 Quieter Integration Tests (#6513)
* Rename BaseLogger to WriterLogger to help the creation of other providers

* Don't export ColorBytes and ResetBytes from ColoredValues

* Make integration tests only print logs if they fail

* check can color before coloring

* I always forget about MSSQL

* Oh and use LEVEL in sqlite.ini

* Make the test logger log at info - as it means you see the router

* Remove empty expected changes

* Make the migrations quieter too

* Don't display SQL on error - it can be looked at in the file logs if necessary

* Fix skip when using onGiteaRun
2019-04-07 03:25:14 +03:00
..
colors.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
conn.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
conn_test.go
console.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
console_test.go
console_windows.go
errors.go
event.go
file.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
file_test.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
flags.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
level.go
level_test.go
log.go
log_test.go
logger.go
provider.go
router.go
smtp.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
smtp_test.go
stack.go
writer.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
writer_test.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
xorm.go