Logger

Moved

Total Downloads: 3,432 - First Release: Oct 22, 2014 - Last Update: Dec 12, 2017

5/5, 24 likes
  1. Wulf

    Wulf Community Admin

    RustAdmin would need to handle that, it grabs whatever is sent to the console in Rust as far as I know.
     
  2. (19:09:05) | [Oxide] 16:10 [Info] [Logger] FLOW (76561198126103577) ran console command: global.unban 76561198313319324 "True"

    (19:09:05) | [Oxide] 16:10 [Info] [Logger] FLOW (76561198126103577) ran console command: global.ownerid 76561198313319324 "True"

    what this means?

    also how i can delete this from the console (19:09:06) | [Oxide] 16:10 [Info] [Logger] Buckeyes Fan 78 (76561198124033930) ran console command: killfeed.action 2 add "True"
     
  3. Wulf

    Wulf Community Admin

    See Solved - Random player setting self as owner | Page 3 | Oxide.
     
  4. Wulf

    Wulf Community Admin

    Check the Kill Feed plugin's support thread, it's related to it.
     
  5. Russian Logger.json:

    "ChatCommand": "{0} ({1}) запуск чат команды: {2}",
    "Connected": "{0} ({1}) подключился из {2}",
    "ConsoleCommand": "{0} ({1}) запуск команды консоли: {2} {3}",
    "Disconnected": "{0} ({1}) отключился",
    "Respawned": "{0} ({1}) возродился {2}"
     
  6. can i ask what this is within console?
    [12/08/2016 20:29:30] [Oxide] 20:29 [Info] [Logger] Vladtuta (76561198341825504) ran console command: inventory.lighttoggle "True"
    [12/08/2016 20:29:32] [Oxide] 20:29 [Info] [Logger] Vladtuta (76561198341825504) ran console command: inventory.lighttoggle "False"
     
  7. Wulf

    Wulf Community Admin

    A user running inventory.lighttoggle via the client; likely normal client activity. Rust uses console commands for some actions between the client and server.
     
  8. so this is nothing to worry about then?
     
  9. Wulf

    Wulf Community Admin

    Shouldn't be.
     
  10. alright thanks man!
     
  11. I'm trying to see how I can put so that anyone that joins the server or leaves the server, a message would be displayed in chat, for example "BRIZEPLAYS has connected", "BRIZEPLAYS has left the server"
     
  12. Wulf

    Wulf Community Admin

    Use a plugin such as ConnectMessages.
     
  13. I was sure I was in the wrong plugin, my apologies.
     
  14. Setting "LogConnections" to false does nothing - I still got logger-connections_20xx-xx-xx.txt and the whole console is being spamed with
    [Info] [Logger] NAME (SteamID) connected from xxx.xxx.xxx.xxx
    I see no way for this to happen, but still....
    Can you fix it?
     
  15. Did you reload the plugin when you saved your config? It works fine for me.
     
  16. Sure. Like a 100 times now.... Even after server restart it's still logging connections...
     
  17. Are you using the latest version? The patch notes mention config values being fixed in the very latest version.
     
  18. Yep. For some reason I used prev version. gonna check it now, Thanks!
     
  19. Corrected german language file
    Code:
    {
      "ChatCommand": "{0} ({1}) nutzte Chat-Befehl: {2}",
      "Connected": "{0} ({1}) aus {2} trat dem Server bei",
      "ConsoleCommand": "{0} ({1}) nutze Konsolen Befehl: {2} {3}",
      "Disconnected": "{0} ({1}) trennte die Verindung",
      "Respawned": "{0} ({1}) respawnte bei {2}"
    }
    Where is the log file located?