This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

logging

Old posts that have not been replied to for several years.
Locked
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

logging

Post by Kaarel »

Can anybody give me a script that logs the channel txt


ot can anybody help me with that conf


##### LOG FILES #####

set max-logs 5
set max-logsize 0
set quick-logs 0
#logfile mco * "logs/eggdrop.log"
#logfile jpk #lamest "logs/lamest.log"
set log-time 1
set keep-all-logs 0
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 0
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Get a fresh .conf with comments and READ them.
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

Post by Kaarel »

:roll:



Could anybody give my a logging script then that works, or help me with that conf that I gave
M
MasterJM
Halfop
Posts: 56
Joined: Wed Apr 03, 2002 8:00 pm
Location: germany
Contact:

Post by MasterJM »

read out the conf ;)


set keep-all-logs 1
set logfile-suffix ".%d%b%Y"
set max-logs xy

logfile jpk #channel_1 "/home/user/egg/logs/chan_1.log"
logfile jpk #channel_2 "/home/user/egg/logs/chan_2.log"

for example

log the two chans day per day :)
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

logfile jpk #channel_1 "logs/chan_1.log"
will do fine also.
Once the game is over, the king and the pawn go back in the same box.
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

Post by Kaarel »

IS that what should be

Code: Select all

##### LOG FILES #####

set max-logs 2
set max-logsize 0
set quick-logs 0
set log-time 1
set switch-logfiles-at 300
set quiet-save 0
set keep-all-logs 1 
set logfile-suffix ".%d%b%Y" 
logfile jpk #cyberworld D:/Kaarel/Windrop/logs/cyberworld" 
logfile jpk #truth.of.life "D:/Kaarel/Windrop/logs/truth.of.life"
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

1. You've forgot an " in the first line with "logfile"
2. Instead of "D:/Kaarel/Windrop/logs/cyberworld" you can use "logs/cyberworld" if the logs/ dir is in the same dir as the windrop (in your case) and eggdrop in the rest of cases..
3. Better get a fresh copy of a .conf file and set up up!
Once the game is over, the king and the pawn go back in the same box.
K
Kaarel
Halfop
Posts: 91
Joined: Sat Apr 26, 2003 5:24 am

Post by Kaarel »

caesar wrote: 3. Better get a fresh copy of a .conf file and set up up!


Wat do you mean with that
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

"it up".. a typo error :) I mean, get a fresh .conf file and do the changes in it.
Once the game is over, the king and the pawn go back in the same box.
Locked