|
Home > Archive > Unix Programming > January 2007 > Remote application logs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Remote application logs
|
|
|
| Hello,
We would like that the logs of an application can be read from a remote
server.
We can not use NFS nor the user can come on the application server to
read the logs.
The application is only write his logs into a flat file, no syslog
So is it a way to have a "like syslog" for this type of logs ?
The logs have to be read in "realtime" or very uptodate
Regards
| |
| Ian Collins 2007-01-22, 7:20 pm |
| kona wrote:
> Hello,
> We would like that the logs of an application can be read from a remote
> server.
> We can not use NFS nor the user can come on the application server to
> read the logs.
> The application is only write his logs into a flat file, no syslog
> So is it a way to have a "like syslog" for this type of logs ?
> The logs have to be read in "realtime" or very uptodate
>
Can you set up something like Apache and use a browser to access the log
files?
--
Ian Collins.
| |
|
| Hi,
It could be a solution.
But if we can find another solution it will be better.
Because we are on a Production server and from a architecture point of
view a WEB server here would not be a good place.
I thought to chroot the directory of logs and to come with ssh.
But from a security point of view and also to minimize administration,
we prefer to externalize these logs.
Ian Collins a =E9crit :
> kona wrote:
> Can you set up something like Apache and use a browser to access the log
> files?
>=20
> --=20
> Ian Collins.
|
|
|
|
|