<?xml version="1.0" encoding="utf-8"?>
<!-- Version  1.0-->
<!-- This is the configuration file for enhanced logging. If this file is found by the server, 
it will override settings in tacplus.xml starting in version 2.1.0. If this file is used in older  
versions, it will be ignored and the settings in tacplus.xml will be used. 
Logging levels are Debug, Information, Notice, Warning, Error, and Critical.
Debug logs the most info, and Critical logs only the highest severity events.-->

<Logging>
	<LocalLogs>
		<System>
			<RolloverDays>30</RolloverDays>
			<RolloverMB>10</RolloverMB>
			<DeleteDays>90</DeleteDays>
			<Severity>Information</Severity>
		</System>
		<Accounting>
			<RolloverDays>30</RolloverDays>
			<RolloverMB>10</RolloverMB>
			<DeleteDays>90</DeleteDays>
			<Severity>Notice</Severity>
		</Accounting>
		<Debug>
			<RolloverDays>1</RolloverDays> 
			<RolloverMB>10</RolloverMB>
			<DeleteDays>7</DeleteDays> 
		</Debug>
	</LocalLogs>
	<RemoteSyslog>
		<!-- <Host Name="syslog1">
			<IPAddress>127.0.0.1</IPAddress> 
			<Protocol>UDP</Protocol> 
			<Port>514</Port>
			<Facility>4</Facility>
			<MaxLength>1000</MaxLength>
			<Type>System</Type>
			<Severity>Debug</Severity>
			<RFC>rfc3164</RFC> 
		</Host>
		<Host Name="syslog2">
			<IPAddress>127.0.0.1</IPAddress> 
			<Protocol>TCP</Protocol>
			<Port>601</Port> 
			<Facility>4</Facility>
			<MaxLength>1000</MaxLength>
			<Type>Accounting</Type>
			<RFC>rfc5424</RFC>
			<Severity>Information</Severity>
		</Host>
		-->
	</RemoteSyslog>
	

	</Logging>