Jump to content
  • 0

logs without sql


Golen Maker

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  02/27/12
  • Last Seen:  

How do I save the chat logs without recording sql?


enable_logs: 0xFFFFF
sql_logs: no
log_filter: 1
log_branch: yes
log_zeny: 1
log_mvpdrop: yes
log_commands: yes
log_npc: yes
log_chat: 1
 

And yet this does not generate logs in log folder.
 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

trunk/conf/log_athena.conf:

 

 
// Use MySQL Logs? [SQL Version Only] (Note 1)
sql_logs: no

 

Since you don't want SQL logs then leave it as "no". (Although I have only used this with the sql enabled) ... then:

 

 
// Log CHAT (Global, Whisper, Party, Guild, Main chat) (Note 3)
// LOGGING FILTERS
// =============================================================
// 0 = Don't log at all
// 1 - Log Global messages
// 2 - Log Whisper messages
// 4 - Log Party messages
// 8 - Log Guild messages
// 16 - Log Main chat messages
// Example:
// log_chat: 5 = logs both Whisper & Party messages
// log_chat: 8 = logs only Guild messages
// log_chat: 31 = logs everything
log_chat: 0

 

 

Change 'log_chat: 0' to 31 in case you want to log everything (not recommended? this may overload your server) but you can always try. Save all and restart your server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   1
  • Joined:  02/27/12
  • Last Seen:  

I'm not getting.

 

When I used the eAthena, used as I posted above and it worked.

 

I think the problem is here.

 

// Enable Logs? (Note 3)
// 0x00000 - Don't log at all
// 0x00001 - (T) Log trades
// 0x00002 - (V) Log vending transactions
// 0x00004 - (P) Log items drop/picked by players
// 0x00008 - (L) Log items drop/looted by monsters
// 0x00010 - (S) Log NPC transactions (buy/sell)
// 0x00020 - (N) Log Script transactions (items deleted/acquired through quests)
// 0x00040 - (D) Log items stolen from mobs (Steal/Gank)
// 0x00080 - © Log player-used items (consumables/pet&hom&merc food/items used for skills&attacks)
// 0x00100 - (O) Log produced/ingredient items
// 0x00200 - (U) Log MVP prize items
// 0x00400 - (A) Log player created/deleted items (through @/# commands)
// 0x00800 - ® Log items placed/retrieved from storage.
// 0x01000 - (G) Log items placed/retrieved from guild storage.
// 0x02000 - (E) Log mail system transactions.
// 0x04000 - (I) Log auction system transactions.
// 0x08000 - ( B) Log buying store transactions
// 0x10000 - (X) Log all other transcations (rentals expiring/inserting cards/items removed by item_check/
//           rings deleted by divorce/pet egg (un)hatching/pet armor (un)equipping/Weapon Refine skill/Remove Trap skill)
// Example: Log trades+vending+script items+created items: 1+2+32+1024 = 1059
// Please note that moving items from inventory to cart and back is not logged by design.
enable_logs: 0xFFFFF

 

Used 1 in eAthena, here 1 does not work this.

 

:::::: edit ::::::

Now it worked, since this recording logs.

 

Just changed it

//log_gm_db: atcommandlog
//log_branch_db: branchlog
//log_chat_db: chatlog
//log_mvpdrop_db: mvplog
//log_npc_db: npclog
//log_pick_db: picklog
//log_zeny_db: zenylog

 

for this

log_gm_db: log/atcommandlog.log
log_branch_db: log/branchlog.log
log_chat_db: log/chatlog.log
log_mvpdrop_db: log/mvplog.log
log_npc_db: log/npclog.log
log_pick_db: log/picklog.log
log_zeny_db: log/zenylog.log
Edited by Golen Maker
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...