× Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…

Log in tafc ../log/default

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
8 years 3 months ago #18622 by kda
Log in tafc ../log/default was created by kda
Dear All
Can you tell me log under ./log/default when it generated?
How could we maintenance it?

Thanks

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
8 years 3 months ago #18627 by jpb
Replied by jpb on topic Log in tafc ../log/default
All system logs, e.g. core dumps and T24 logs (e.g. from tSS) are written into this directory (see also F.SPF -> INT.LOG.FILE).
Integrate it in your periodically/daily clean up, e.g.

#!/usr/bin/ksh
...
find /jBase/TAFC/Rxx/log/default/* -mtime +30 -exec rm {} \;

to delete all logs older than 30 days

Please Log in or Create an account to join the conversation.

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
8 years 3 months ago - 8 years 3 months ago #18631 by kda
Replied by kda on topic Log in tafc ../log/default
Hi jpb

Is it ok to clear daily basis?

tSS you mentioned it can come from user login by browser or jbase agent start? can u give real sample?
Last edit: 8 years 3 months ago by kda.

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • TAFj-R20 - 'unix'
More
8 years 3 months ago #18635 by jpb
Replied by jpb on topic Log in tafc ../log/default
The basis is up to you - daily seems to be a little aggressive as you might need some log for investigation.
We delete older than 30 days to be save...

I have no examples - our directory is currently empty :-)
Just look what is present, tSS log will have tSS in it's name.

Please Log in or Create an account to join the conversation.

Time to create page: 0.099 seconds