Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

syslog time format.... 1w4d?

Status
Not open for further replies.

aballant

Programmer
Joined
Jan 31, 2002
Messages
46
Location
US
Hi,

I've cleared the syslog buffer, and when I look at the most recent messages they have a tag of '1w4d'. I would have expected a time-stamp.

Here are the commands....

#clear logging
(config-if)#shutdown
#show logging

1w4d: %LINK-5-CHANGED: Interface Ethernet5/0, changed state to administratively down

what does '1w4d' mean? thx



cheers,
Andrew
 
That is your uptime.

To get your logs timestamped with datetime instead try:
(config)#service timestamps log datetime
 
Great this has fixed it, [thumbsup2]

cheers,
Andrew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top