mirror of
				https://github.com/coturn/coturn.git
				synced 2025-11-04 08:51:00 +01:00 
			
		
		
		
	Document dependency of new-log-timestamp-format on new-log-timestamp (#963)
Fixes #847
This commit is contained in:
		
						commit
						a5050b39d4
					
				@ -542,7 +542,7 @@
 | 
				
			|||||||
# Enable full ISO-8601 timestamp in all logs.
 | 
					# Enable full ISO-8601 timestamp in all logs.
 | 
				
			||||||
#new-log-timestamp
 | 
					#new-log-timestamp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set timestamp format (in strftime(1) format)
 | 
					# Set timestamp format (in strftime(1) format). Depends on new-log-timestamp to be enabled.
 | 
				
			||||||
#new-log-timestamp-format "%FT%T%z"
 | 
					#new-log-timestamp-format "%FT%T%z"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Disabled by default binding logging in verbose log mode to avoid DoS attacks.
 | 
					# Disabled by default binding logging in verbose log mode to avoid DoS attacks.
 | 
				
			||||||
 | 
				
			|||||||
@ -629,7 +629,7 @@ static char Usage[] = "Usage: turnserver [options]\n"
 | 
				
			|||||||
"						name will be constructed as-is, without PID and date appendage.\n"
 | 
					"						name will be constructed as-is, without PID and date appendage.\n"
 | 
				
			||||||
"						This option can be used, for example, together with the logrotate tool.\n"
 | 
					"						This option can be used, for example, together with the logrotate tool.\n"
 | 
				
			||||||
" --new-log-timestamp				Enable full ISO-8601 timestamp in all logs.\n"
 | 
					" --new-log-timestamp				Enable full ISO-8601 timestamp in all logs.\n"
 | 
				
			||||||
" --new-log-timestamp-format    	<format>	Set timestamp format (in strftime(1) format)\n"
 | 
					" --new-log-timestamp-format    	<format>	Set timestamp format (in strftime(1) format). Depends on --new-log-timestamp to be enabled.\n"
 | 
				
			||||||
" --log-binding					Log STUN binding request. It is now disabled by default to avoid DoS attacks.\n"
 | 
					" --log-binding					Log STUN binding request. It is now disabled by default to avoid DoS attacks.\n"
 | 
				
			||||||
" --stale-nonce[=<value>]			Use extra security with nonce value having limited lifetime (default 600 secs).\n"
 | 
					" --stale-nonce[=<value>]			Use extra security with nonce value having limited lifetime (default 600 secs).\n"
 | 
				
			||||||
" --max-allocate-lifetime	<value>		Set the maximum value for the allocation lifetime. Default to 3600 secs.\n"
 | 
					" --max-allocate-lifetime	<value>		Set the maximum value for the allocation lifetime. Default to 3600 secs.\n"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user