Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SetLoggerHTTP (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/logger/legacy.go

    		},
    		config.KV{
    			Key:   Endpoint,
    			Value: args.Endpoint.String(),
    		},
    		config.KV{
    			Key:   AuthToken,
    			Value: args.AuthToken,
    		},
    	}
    }
    
    // SetLoggerHTTP helper for migrating older config to newer KV format.
    func SetLoggerHTTP(scfg config.Config, k string, args http.Config) {
    	if !args.Enabled {
    		// Do not enable logger http targets, if not enabled
    		return
    	}
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Aug 03 09:47:07 GMT 2023
    - 2K bytes
    - Click Count (0)
Back to Top