Re: ASL issue
Re: ASL issue
- Subject: Re: ASL issue
- From: Marc Majka <email@hidden>
- Date: Fri, 31 Jul 2009 11:26:56 -0700
ASL log messages are deleted after a few days to prevent the ASL data
store from growing too large. On 10.5.7 the data store size is
managed by the "aslmanager" utility. See the aslmanager on-line man
page for details. You can adjust the time-to-live by editing the /
System/Library/LaunchdDaemons/com.apple.aslmanager.plist file. For
example, to make the time-to-live 10 days:
[...]
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/aslmanager</string>
<string>-ttl</string>
<string>10</string>
[...]
--
Marc Majka
On 31 Jul, 2009, at 05:26, Santosh Sinha wrote:
Hi List,
i am using Mac OS 10.5.7 and i am writing the error data in the asl
log file, but after three day my data is automatically flushed from
my system its possible.
Thanks
Santosh
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >ASL issue (From: Santosh Sinha <email@hidden>) |