Rustcord not logging everything in discord log channel

I have the Rustcord plugin properly set up between my discord server and rust server however it's *only* logging player chat, joins/leaves, and server shutting down and back up. Whereas in my cfg file i have it set to log everything into my admin log channel and just join/leaves and chat in the player channel. Below is a snipet of my discord channels and the full cfg file contents, minus the bot token.
discord channels

{
  "General Settings": {
    "API Key (Bot Token)": "bot token",
    "Auto Reload Plugin": false,
    "Auto Reload Time (Seconds)": 901,
    "Enable Bot Status": true,
    "In-Game Report Command": "report",
    "Discord Extension Log Level (Verbose/Debug/Info/Warning/Error/Exception/Off)": "Info"
  },
  "Discord to Game Settings": {
    "Discord Command Prefix": "/",
    "Discord to Game Chat: Icon (Steam ID)": 76561############,
    "Discord to Game Chat: Tag": "[Rustcord]",
    "Discord to Game Chat: Tag Color (Hex)": "#7289DA",
    "Discord to Game Chat: Player Name Color (Hex)": "#55aaff",
    "Discord to Game Chat: Message Color (Hex)": "#ffffff"
  },
  "Rust Logging Settings": {
    "Enable Logging: Player Chat": true,
    "Enable Logging: Joins & Quits": true,
    "Enable Logging: Deaths": true,
    "Enable Logging: Vehicle Spawns (Heli/APC/Plane/Ship)": true,
    "Enable Logging: Crate Drops (Hackable/Supply)": true,
    "Enable Logging: Usergroup Changes": false,
    "Enable Logging: Permission Changes": false,
    "Enable Logging: Kicks & Bans": true,
    "Enable Logging: Player Name Changes": false,
    "Enable Logging: Server Commands (Gestures/Note Edits)": false,
    "Enable Logging: Server Messages (Give/Item Spawns)": true,
    "Enable Logging: Player F7 Reports": true,
    "Enable Logging: Team Changes": true,
    "Enable Logging: RCON Connections": true,
    "Enable Logging: Spectates": false,
    "Enable Logging: Server Wipe": false,
    "Enable Custom Logging": false
  },
  "Plugin Logging Settings": {
    "Enable Logging: AdminHammer": false,
    "Enable Logging: Admin Radar": true,
    "Enable Logging: Better Chat Mute": false,
    "Enable Logging: Clans": false,
    "Enable Logging: Dangerous Treasures": false,
    "Enable Logging: Discord Auth": true,
    "Enable Logging: Godmode": false,
    "Enable Logging: Kits": true,
    "Enable Logging: Private Messages": false,
    "Enable Logging: Raidable Bases": true,
    "Enable Logging: Sign Artist": false,
    "Enable Logging: Vanish": true
  },
  "Premium Plugin Logging Settings": {
    "Enable Logging: Air Event": false,
    "Enable Logging: Armored Train Event": false,
    "Enable Logging: Cargo Train Event": false,
    "Enable Logging: Convoy Event": false,
    "Enable Logging: Harbor Event": false,
    "Enable Logging: Junkyard Event": false,
    "Enable Logging: Power Plant Event": false,
    "Enable Logging: Satellite Dish Event": false,
    "Enable Logging: Sputnik Event": false,
    "Enable Logging: Water Event": false
  },
  "Discord Output Formatting": {
    "Output Type: Bans (Simple/Embed)": "Simple",
    "Output Type: Bug Report (Simple/Embed)": "Simple",
    "Output Type: Deaths (Simple/Embed/DeathNotes)": "DeathNotes",
    "Output Type: F7 Reports (Simple/Embed)": "Simple",
    "Output Type: Join/Quit (Simple/Embed)": "Simple",
    "Output Type: Join Player Info (Admin Channel) (Simple/Embed)": "Simple",
    "Output Type: Kicks (Simple/Embed)": "Simple",
    "Output Type: Note Logging (Simple/Embed)": "Simple",
    "Output Type: Player Name Change (Simple/Embed)": "Simple",
    "Output Type: /Report (Simple/Embed)": "Simple",
    "Output Type: Server Wipe (Simple/Embed)": "Simple",
    "Output Type: Teams (Simple/Embed)": "Simple",
    "Output Type (Plugin): Admin Hammer (Simple/Embed)": "Simple",
    "Output Type (Plugin): Admin Radar (Simple/Embed)": "Simple",
    "Output Type (Plugin): Better Chat Mute (Simple/Embed)": "Simple",
    "Output Type (Plugin): Clans (Simple/Embed)": "Simple",
    "Output Type (Plugin): Dangerous Treasures (Simple/Embed)": "Simple",
    "Output Type (Plugin): Discord Auth (Simple/Embed)": "Simple",
    "Output Type (Plugin): Godmode (Simple/Embed)": "Simple",
    "Output Type (Plugin): Kits (Simple/Embed)": "Simple",
    "Output Type (Plugin): Private Messages (Simple/Embed)": "Simple",
    "Output Type (Plugin): Raidable Bases (Simple/Embed)": "Simple",
    "Output Type (Plugin): Vanish (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): AirEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): ArmoredTrainEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): CargoTrainEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): ConvoyEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): HarborEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): JunkyardEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): PowerPlantEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): SatDishEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): SputnikEvent (Simple/Embed)": "Simple",
    "Output Type (Premium Plugin): WaterEvent (Simple/Embed)": "Simple"
  },
  "Logging Exclusions": {
    "Exclude Listed Groups From log_groups": [
      "example-group1",
      "example-group2"
    ],
    "Exclude Listed Permissions From log_perms": [
      "example.permission1",
      "example.permission2"
    ]
  },
  "Filter Settings": {
    "Chat Filter: Replacement Word": "<censored>",
    "Chat Filter: Words to Filter": [
      "badword1",
      "badword2"
    ]
  },
  "Discord Logging Channels": [
    {
      "Discord Channel ID #": "numbers",
      "Channel Flags": [
        "cmd_allow",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "cmd_mute",
        "cmd_unmute",
        "msg_join",
        "msg_quit",
        "death_pvp",
        "death_animal",
        "death_npc",
        "death_vehicle",
        "msg_chat",
        "game_bug",
        "msg_serverinit",
        "msg_joinlog",
        "game_report",
        "msg_teamchat",
        "game_bug"
      ],
      "Custom: Words/Phrases to Log": [
        "keyword1",
        "keyword2"
      ]
    },
    {
      "Discord Channel ID #": "numbers",
      "Channel Flags": [
        "msg_join",
        "msg_quit",
        "msg_chat"
      ],
      "Custom: Words/Phrases to Log": [
        "keyword1",
        "keyword2"
      ]
    }
  ],
  "Discord Command Role Assignment (Empty = All roles can use command.)": {
    "ban": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ],
    "com": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ],
    "kick": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ],
    "mute": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ],
    "players": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ],
    "timeban": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ],
    "unban": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ],
    "unmute": [
      "DiscordRoleName",
      "DiscordRoleName2"
    ]
  }
}​

Sorry, not sure how it wants me to add the photos and dont know how to edit the post, screenshots of the discord channel logs are here: imgur