Print to server console not workingSolved
Don't appear to be seeing explosion in the console anymore after the recent Rust/Oxide update

{
  "Additional Tracking": {
    "Track Beancan Grenades": false,
    "Track Eco Raiding": false,
    "Track Explosive Ammo": true,
    "Track Explosive Ammo Time": 30.0,
    "Track Explosive Deaths Only": false,
    "Track F1 Grenades": false,
    "Track Satchel": true,
    "Track Supply Signals": false,
    "Track Twig Destruction": false
  },
  "Discord": {
    "Send Notifications": false
  },
  "DiscordMessages": {
    "Message - Embed Color (DECIMAL)": 3329330,
    "Message - Webhook URL": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks"
  },
  "Players": {
    "Allow DDRAW": false,
    "Command Name": "px",
    "Limit Command Once Every X Seconds": 60.0,
    "Notify Authed Users On Explosion": false,
    "Notify Owner On Explosion": false,
    "Permission Name": "raidtracker.use",
    "Show Explosions": false,
    "Show Explosions Within X Meters": 50.0
  },
  "PopupNotifications": {
    "Duration": 0.0,
    "Use Popups": false
  },
  "Settings": {
    "Allow Manual Deletions and Wipe of Explosion Data": true,
    "Apply Retroactive Deletion Dates When Days To Delete Is Changed": true,
    "Apply Retroactive Deletion Dates When No Date Is Set": true,
    "Auth Level": 1,
    "Authorized List": [],
    "Automatically Delete Each Explosion X Days After Being Logged": 7,
    "Color By Weapon Type Instead Of By Player Name": false,
    "Delete Radius": 50,
    "Draw Arrows": true,
    "Explosions Command": "x",
    "Hide Self Inflicted Feed": true,
    "Ignore Damage By Team Mates": true,
    "Ignore Damage To Non-Player Items": true,
    "Max Explosion Messages To Player": 10,
    "Max Names To Draw": 25,
    "Output Detailed Explosion Messages To Client Console": true,
    "Print Explosions To Server Console": true,
    "Print Milliseconds Taken To Track Explosives In Server Console": false,
    "Show Explosion Messages To Player": true,
    "Show Explosions Within X Meters": 50,
    "Time In Seconds To Draw Explosions": 60.0,
    "Wipe Data When Server Is Wiped (Recommended)": true
  },
  "Slack": {
    "Channel": "general",
    "Message Style (FancyMessage, SimpleMessage, Message, TicketMessage)": "FancyMessage",
    "Send Notifications": false
  }
}​
Please make sure you are fully updated with Oxide; I'd suggest a re-install if you haven't before posting this. Otherwise, check your server logs for errors.
Fresh installed today. Not seeing anything in console that suggests an error, doing a search only returns the below.

19:01 [Info] RaidTracker was compiled successfully in 2201ms
19:01 [Warning] [Raid Tracker] Creating a new configuration file
19:01 [Warning] Duplicate permission registered 'raidtracker.use' (by plugin 'Raid Tracker')
19:01 [Warning] RaidTracker has replaced the 'px' chat command previously registered by RaidTracker
19:01 [Warning] Duplicate permission registered 'raidtracker.see' (by plugin 'Raid Tracker')
19:01 [Warning] RaidTracker has replaced the 'x' chat command previously registered by RaidTracker
19:01 [Info] Loaded plugin Raid Tracker v1.2.1 by nivex​
The plugin is indeed registering commands and permissions twice, but that would not affect anything.
Locked automatically