C][G GhostTown™ 190 Report post Posted March 13, 2016 Infistar was writing logs fine before the update and my map change, the only thing that changed was me moving to a new map, and updating exile. Now it no longer logs anything in my server directory, it used to log as blehbleh.Esseker and I switched to Napf. Is there something that needs to be changed? Share this post Link to post Share on other sites
StokesMagee 871 Report post Posted March 13, 2016 (edited) Did you add the DLL's ARMA_LOAD.dll ARMA_LOG.dll And make sure these are set to true: LogAdminActions = true; enableIngameLogs = true; Edited March 13, 2016 by †RiH† StokesMagee Share this post Link to post Share on other sites
C][G GhostTown™ 190 Report post Posted March 13, 2016 1 hour ago, †RiH† StokesMagee said: Did you add the DLL's ARMA_LOAD.dll ARMA_LOG.dll And make sure these are set to true: LogAdminActions = true; enableIngameLogs = true; /* DLL SETTINGS "" is the Arma3Server directory "infiSTAR_Logs/" would be a folder called "infiSTAR_Logs" within your Arma3Server directory. You need to create the defined folder if it doesn't exist. If you don't create it - the DLL won't be able to write any Log files. */ LOG_PATH = "infiSTAR_Logs/"; /* "LogAdminActions": Sends actions done by each admin to the server to log it to the .txt file (if infiSTAR dlls are used) and .rpt file + sends it back to all other admins. */ LogAdminActions = true; enableIngameLogs = true; That's my config and yes the DLLs are in the server. It was working before I switched my map.. so I am confused Share this post Link to post Share on other sites
StokesMagee 871 Report post Posted March 13, 2016 4 minutes ago, C][G GhostTown™ said: /* DLL SETTINGS "" is the Arma3Server directory "infiSTAR_Logs/" would be a folder called "infiSTAR_Logs" within your Arma3Server directory. You need to create the defined folder if it doesn't exist. If you don't create it - the DLL won't be able to write any Log files. */ LOG_PATH = "infiSTAR_Logs/"; /* "LogAdminActions": Sends actions done by each admin to the server to log it to the .txt file (if infiSTAR dlls are used) and .rpt file + sends it back to all other admins. */ LogAdminActions = true; enableIngameLogs = true; That's my config and yes the DLLs are in the server. It was working before I switched my map.. so I am confused There are no logs being generated inside the folder infiSTAR_Logs ? Share this post Link to post Share on other sites
C][G GhostTown™ 190 Report post Posted March 13, 2016 No, That's what I find weird.. I have the folder in there and its labeled correctly. Share this post Link to post Share on other sites
StokesMagee 871 Report post Posted March 13, 2016 5 minutes ago, C][G GhostTown™ said: No, That's what I find weird.. I have the folder in there and its labeled correctly. /* DLL SETTINGS "" is the Arma3Server directory "infiSTAR_Logs/" would be a folder called "infiSTAR_Logs" within your Arma3Server directory. You need to create the defined folder if it doesn't exist. If you don't create it - the DLL won't be able to write any Log files. */ As this says, double check and make sure its called -- infiSTAR_Logs -- Share this post Link to post Share on other sites
C][G GhostTown™ 190 Report post Posted March 13, 2016 This is my folder name, I just copied and past. Its in my main directory like everything else infiSTAR_Logs Share this post Link to post Share on other sites
StokesMagee 871 Report post Posted March 13, 2016 5 minutes ago, C][G GhostTown™ said: This is my folder name, I just copied and past. Its in my main directory like everything else infiSTAR_Logs Do you get any errors in your RPT? One other thing, do you have any admins (the ones that are generating the logs, or trying to) inside hiddenSuperAdmin[] = ...? Share this post Link to post Share on other sites
C][G GhostTown™ 190 Report post Posted March 13, 2016 4 minutes ago, †RiH† StokesMagee said: Do you get any errors in your RPT? One other thing, do you have any admins (the ones that are generating the logs, or trying to) inside hiddenSuperAdmin[] = ...? No errors in my RPT, and I am the only hidden admin. This is my folder structure Share this post Link to post Share on other sites
StokesMagee 871 Report post Posted March 13, 2016 3 minutes ago, C][G GhostTown™ said: No errors in my RPT, and I am the only hidden admin. This is my folder structure It's not generating ANY logs for anyone, or just you? Share this post Link to post Share on other sites