Team join/leave not workingSolved

I may have this setup wrong but im not seeing any messages regarding teams. I do have LogTeams=True and i am getting other notification in discord like chat and server joins but nothing about teams. Is there something else i need to do?

{
  "CustomLoggingKeywords": [
    "Keyword 1",
    "Keyword 2"
  ],
  "FilterWords": [
    "badword1",
    "badword2"
  ],
  "FilteredWord": "<censored>",
  "LogExcludeGroups": [
    "default"
  ],
  "LogExcludePerms": [
    "example.permission"
  ],
  "Apikey": "DELETEDTOSHOWSETTINGS",
  "AutoReloadPlugin": true,
  "AutoReloadTime": 901,
  "EnableBotStatus": false,
  "GameChatIconSteamID": 76561############,
  "GameChatTag": "[RUSTCORD]",
  "GameChatTagColor": "#7289DA",
  "GameChatNameColor": "#55aaff",
  "GameChatTextColor": "#ffffff",
  "LogChat": true,
  "LogJoinQuits": true,
  "LogDeaths": true,
  "LogVehicleSpawns": false,
  "LogCrateDrops": false,
  "LogUserGroups": true,
  "LogPermissions": false,
  "LogKickBans": true,
  "LogNameChanges": true,
  "LogServerCommands": false,
  "LogServerMessages": false,
  "LogF7Reports": true,
  "LogTeams": true,
  "LogRCON": false,
  "LogPluginAdminHammer": true,
  "LogPluginAdminRadar": true,
  "LogPluginBetterChatMute": true,
  "LogPluginClans": false,
  "LogPluginDiscordAuth": false,
  "LogPluginPrivateMessages": false,
  "LogPluginRaidableBases": false,
  "LogPluginSignArtist": false,
  "LogPluginVanish": true,
  "EnableCustomLogging": false,
  "ReportCommand": "report",
  "Commandprefix": "!",
  "Channels": [
    {
      "Channelid": "802019049860890644",
      "perms": [
        "cmd_allow",
        "cmd_players",
        "cmd_kick",
        "cmd_com",
        "cmd_mute",
        "cmd_unmute",
        "msg_join",
        "msg_joinlog",
        "msg_quit",
        "death_pvp",
        "msg_chat",
        "msg_teamchat",
        "game_report",
        "game_bug",
        "msg_serverinit"
      ]
    }
  ],
  "Commandroles": {
    "command": [
      "rolename1",
      "rolename2"
    ]
  }
}​

I want what you have! Don't want team chat to show up. Going to try your config and report back!

You don't have log_teams flag assigned to a channel.

Locked automatically