♿ Make log more quiet
This commit is contained in:
		
							
								
								
									
										8
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							@@ -4,9 +4,7 @@
 | 
			
		||||
    <option name="autoReloadType" value="ALL" />
 | 
			
		||||
  </component>
 | 
			
		||||
  <component name="ChangeListManager">
 | 
			
		||||
    <list default="true" id="3fefb2c4-b6f9-466b-a523-53352e8d6f95" name="更改" comment=":bug: Fix model relation issue">
 | 
			
		||||
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
 | 
			
		||||
    </list>
 | 
			
		||||
    <list default="true" id="3fefb2c4-b6f9-466b-a523-53352e8d6f95" name="更改" comment=":arrow_up: Upgrade dealer" />
 | 
			
		||||
    <option name="SHOW_DIALOG" value="false" />
 | 
			
		||||
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
 | 
			
		||||
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
 | 
			
		||||
@@ -152,7 +150,6 @@
 | 
			
		||||
    </option>
 | 
			
		||||
  </component>
 | 
			
		||||
  <component name="VcsManagerConfiguration">
 | 
			
		||||
    <MESSAGE value=":bug: Fix bugs in status" />
 | 
			
		||||
    <MESSAGE value=":bug: Fix status query condition" />
 | 
			
		||||
    <MESSAGE value=":bug: Fix disturbable condition" />
 | 
			
		||||
    <MESSAGE value=":sparkles: Admin notify all API" />
 | 
			
		||||
@@ -177,7 +174,8 @@
 | 
			
		||||
    <MESSAGE value=":arrow_up: Support new auth api" />
 | 
			
		||||
    <MESSAGE value=":recycle: Refactored relation system
:arrow_up: Support new realm & relation api" />
 | 
			
		||||
    <MESSAGE value=":bug: Fix model relation issue" />
 | 
			
		||||
    <option name="LAST_COMMIT_MESSAGE" value=":bug: Fix model relation issue" />
 | 
			
		||||
    <MESSAGE value=":arrow_up: Upgrade dealer" />
 | 
			
		||||
    <option name="LAST_COMMIT_MESSAGE" value=":arrow_up: Upgrade dealer" />
 | 
			
		||||
  </component>
 | 
			
		||||
  <component name="VgoProject">
 | 
			
		||||
    <settings-migrated>true</settings-migrated>
 | 
			
		||||
 
 | 
			
		||||
@@ -58,7 +58,6 @@ func GetAuthContext(jti string) (models.AuthContext, error) {
 | 
			
		||||
		authContextMutex.Lock()
 | 
			
		||||
		authContextCache[jti] = ctx
 | 
			
		||||
		authContextMutex.Unlock()
 | 
			
		||||
		log.Debug().Str("jti", jti).Msg("Used an auth context cache")
 | 
			
		||||
	} else {
 | 
			
		||||
		ctx, err = CacheAuthContext(jti)
 | 
			
		||||
		log.Debug().Str("jti", jti).Msg("Created a new auth context cache")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user