Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	d6748284bd  
						 
						
							
							
								
								
								fix panic when push but the only log mode console is disabled by serv and update commands ( #1007 )  
							
							
							
							
						 
						
							2017-02-22 19:44:51 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	04fdeb9d8d  
						 
						
							
							
								
								
								Make Xorm log configurable ( #174 )  
							
							... 
							
							
							
							
							* make xorm log configable
* bug fixed for other sub commands except web
* rebase and fix xorm log
* bug fix for TrimSpace 
							
						 
						
							2017-02-20 16:11:13 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									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. 
							
						 
						
							2017-02-02 15:24:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									willemvd 
								
							 
						 
						
							
							
								
							
							
	8c2c7b802f  
						 
						
							
							
								
								
								Remove the default console logger when it is not set in the configuration ( #602 )  
							
							... 
							
							
							
							
							* Remove the default console logger when it is not set in the configuration
* Added comment to new function (lint failure)
* update based on PR comments (code style)
* code style fix (thanks bkcsoft)
* check if logger exists based on the l.outputs (like in l.DelLogger) instead of adapter, otherwise panic when reinstalling gitea (since the output adapter still exist, without outputs) 
							
						 
						
							2017-01-17 14:02:35 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bwko 
								
							 
						 
						
							
							
								
							
							
	4ff0db0246  
						 
						
							
							
								
								
								Catch os... errors  
							
							
							
							
						 
						
							2016-12-02 07:41:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	3228544c31  
						 
						
							
							
								
								
								golint fixed for modules/log  
							
							
							
							
						 
						
							2016-11-26 19:53:29 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sandro Santilli 
								
							 
						 
						
							
							
								
							
							
	864d1b1f9f  
						 
						
							
							
								
								
								Fix type in unused constant name ( #111 )  
							
							... 
							
							
							
							
							* Write LDAP, SMTP, PAM, DLDAP back to all uppercase
* Fix type in unused constant name
* Other MixCased fixes
* Complete MixerCasing of template constants
* Re uppercase LTS and LDAPS suffixes
* Uppercase JSON suffix in constant names
* Proper case LoginNoType
* Prefix unexported template path constants with "tpl" 
							
						 
						
							2016-11-07 18:58:22 -02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	194a742fb9  
						 
						
							
							
								
								
								#2798  fix assign operation not take effect  
							
							
							
							
						 
						
							2016-07-15 17:06:17 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	2d2d85bba4  
						 
						
							
							
								
								
								#1597  support pull requests in same repository  
							
							
							
							
						 
						
							2016-03-04 15:43:01 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	9cf4fe043b  
						 
						
							
							
								
								
								Add env var check for update  
							
							
							
							
						 
						
							2016-02-15 23:11:22 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	4e0c697aaf  
						 
						
							
							
								
								
								force new INI version  
							
							
							
							
						 
						
							2015-12-07 11:33:04 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	686dd59916  
						 
						
							
							
								
								
								fix   #864  with migration and update locale  
							
							
							
							
						 
						
							2015-07-26 22:06:28 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Joseph Crail 
								
							 
						 
						
							
							
								
							
							
	39c068400e  
						 
						
							
							
								
								
								Fix spelling errors in comments.  
							
							
							
							
						 
						
							2014-12-06 20:22:48 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	135d3733b3  
						 
						
							
							
								
								
								Feature: Integrate crypto/tls/generate_cert.go command  
							
							
							
							
						 
						
							2014-09-22 17:30:58 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	9baf2b38d0  
						 
						
							
							
								
								
								Bug fix on organization  
							
							
							
							
						 
						
							2014-08-27 16:39:36 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Justin Nuß 
								
							 
						 
						
							
							
								
							
							
	8023494a94  
						 
						
							
							
								
								
								Fix invalid struct tags and remove unreachable code.  
							
							
							
							
						 
						
							2014-08-04 10:37:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	5e81383413  
						 
						
							
							
								
								
								Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module  
							
							
							
							
						 
						
							2014-07-26 18:37:18 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	8dd07c0ddd  
						 
						
							
							
								
								
								New UI merge in progress  
							
							
							
							
						 
						
							2014-07-26 00:24:27 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	8bfa7ae745  
						 
						
							
							
								
								
								Remove qiniu/log  
							
							
							
							
						 
						
							2014-06-20 01:14:54 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	6c8d630bef  
						 
						
							
							
								
								
								Add database log adapter  
							
							
							
							
						 
						
							2014-06-20 00:25:23 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	688ec6ecbd  
						 
						
							
							
								
								
								Fixed   #209  
							
							
							
							
						 
						
							2014-05-25 20:11:25 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	0970d6cc38  
						 
						
							
							
								
								
								Log to different adapter according to level  
							
							
							
							
						 
						
							2014-05-11 14:37:12 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	45462662e9  
						 
						
							
							
								
								
								Add flash  
							
							
							
							
						 
						
							2014-04-10 16:36:50 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	2846ff7d31  
						 
						
							
							
								
								
								Fix bug related to log  
							
							
							
							
						 
						
							2014-04-06 13:00:20 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	91e6db1bae  
						 
						
							
							
								
								
								Fix log bug  
							
							
							
							
						 
						
							2014-04-01 00:07:25 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									slene 
								
							 
						 
						
							
							
								
							
							
	3f65760739  
						 
						
							
							
								
								
								NewLogger set to display line number  
							
							
							
							
						 
						
							2014-03-30 10:05:39 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	4f6889bef2  
						 
						
							
							
								
								
								Add more log to locate issue  
							
							
							
							
						 
						
							2014-03-25 07:47:04 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	003298ef1d  
						 
						
							
							
								
								
								Add  default behave of logger  
							
							
							
							
						 
						
							2014-03-23 12:32:16 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	f8cfb81fb0  
						 
						
							
							
								
								
								Mirror updates  
							
							
							
							
						 
						
							2014-03-23 12:16:17 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	cef9bbd530  
						 
						
							
							
								
								
								Add complete log configuration  
							
							
							
							
						 
						
							2014-03-19 04:08:25 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	460aa3eaa9  
						 
						
							
							
								
								
								optimize log  
							
							
							
							
						 
						
							2014-03-19 03:24:17 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	f174633b36  
						 
						
							
							
								
								
								Clean code  
							
							
							
							
						 
						
							2014-03-15 09:17:16 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	1ce17cce76  
						 
						
							
							
								
								
								Add log.handle  
							
							
							
							
						 
						
							2014-03-14 01:59:07 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	15f8bc417e  
						 
						
							
							
								
								
								Add log.handle  
							
							
							
							
						 
						
							2014-03-14 01:51:12 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	56cf05be77  
						 
						
							
							
								
								
								Add errHandler mid ware  
							
							
							
							
						 
						
							2014-03-14 01:40:34 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknown 
								
							 
						 
						
							
							
								
							
							
	5a05d6633d  
						 
						
							
							
								
								
								Merge utils to modules  
							
							
							
							
						 
						
							2014-03-07 17:22:15 -05:00