gitea/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 Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
console.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
console_test.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
console_windows.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
errors.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
event.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
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 Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
level_test.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
log.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
log_test.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
logger.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
provider.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
router.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
smtp.go Quieter Integration Tests (#6513) 2019-04-07 03:25:14 +03:00
smtp_test.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
stack.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
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 Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00