Posts: 3
Threads: 1
Joined: Jun 2005
Reputation:
0
well, ive tryed everywhere, and maybe my searching skillz are not as good as i thought they were. but anyway here is what i need. how can i get the server to put the logs in a different folder OTHER than logs? for what i mean, i would like to have them goto another dir that will be reachable by ftp. please dont ask. its linux, whatever. lol. anywhoo the server is on the admin root, so i would like the logs to goto somewhere else accessable by another user, so having the logs saved elsewhere would be grrrrreat! ive tried to add logaddress_add bla bla with localhost info and such, but that dont work.
any ideas?
like logpath or something really simple that im missing?
Posts: 380
Threads: 9
Joined: Jan 2005
Reputation:
0
could you sym link the log directory?
United Strike Marine Corps
USMC-CO| θ (theta)
Posts: 3
Threads: 1
Joined: Jun 2005
Reputation:
0
06-03-2005, 01:16 PM
(This post was last modified: 06-06-2005, 07:58 AM by mekanic.)
ok maybe we didnt do that, i am looking into it
Posts: 3
Threads: 1
Joined: Jun 2005
Reputation:
0
is this like an echo feature, well like a service that makes a mirror of the two directorys. like whatever gets saved into dir1 is also placed in dir2, kinda like a copy and paste? thats what i get when i look at what it does, i googled it and found instructions.
Posts: 380
Threads: 9
Joined: Jan 2005
Reputation:
0
I thought this was under linux when I first replied. Wait, this is in reference to a linux system right?
re post 4: It doesn't write twice, just links to it. Sorry, I'm not very good at explaining it. IDK how well it may work via ftp. If you wanna try it out, then:
cd <path where you can access via ftp>
ln -s <path to your cstrike/logs> <name of link>
i.e. if your srcds was in /root/srcds, and you wanted to link it to /home/user1/logs, you' change directory to /home/user1, then
ln -s /root/srcds/cstrike/logs logs
United Strike Marine Corps
USMC-CO| θ (theta)