We had to recently shut down access to moderators to our logs because we noticed the r.con password is included in the logs. We run Oxide, is there a way to hide these details in the logs so we can give access to our mods?
Solved Rcon.password in logs
Discussion in 'Rust Discussion' started by Vypr, Jun 22, 2016.
-
Wulf Community Admin
The password is printed to the log with the other settings in your .bat or config by Rust when it starts the server. There isn't any easy way to hide it short of patching that logging out of the game's DLL most likely. It should be getting filtered by Rust, but for some reason it isn't, not sure why.
Code:string text = Facepunch.CommandLine.Full.Replace(Facepunch.CommandLine.GetSwitch("-rcon.password", Facepunch.CommandLine.GetSwitch("+rcon.password", "RCONPASSWORD")), "******");
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Wulf Community Admin
I managed to add another patch to hide the other, so you should be good now as of the latest Oxide build.