Unable to find where a log is being called.

Hi, I have been searching the project for ages and just can't find at all where this Debug is - 2018-08-02 19:13:23,796 [37] DEBUG Photon.Hive.Plugin.RaiseEventCallInfo - Continue.

Any help would be greatly appreciated, thanks.

Comments

  • It is happening literally every time an operation is called, when we enable Debug to the namespace Hive
  • hi, @LeonPS

    You may disable debug for Photon.Hive.Plugin. this will solve your issue too
    But if you want to kill it in code, look into CallInfo.cs line 231
    best,
    ilya