Commit Graph

8 Commits (c0adb5ea8bd0b2551a8c414b54ef5bc67882de55)

Author SHA1 Message Date
Lauris BH 8f8ff5a295
Remove maxlines option for file logger ()
Ethan Koenig 4cb9394a97 Fix lint errors ()
Gabriel Jackson bf6f61cc69 Cleanup log messaging
This change corrects a few logging issues:

 * Standardized formatting errors with '%v'.
 * Standardized failure warning word usage.
 * Corrected an instance of using the standard log library when
   the gitea log library should be used instead.
Bwko 4ff0db0246 Catch os... errors
Lunny Xiao 3228544c31 golint fixed for modules/log
Unknwon 9baf2b38d0 Bug fix on organization
Justin Nuß 8023494a94 Fix invalid struct tags and remove unreachable code.
Unknwon 8dd07c0ddd New UI merge in progress