Hei, I'm seeking for a little advice on this.
When I start a bot up through cli It does not give me any logging information of what happens after client is successfully launched.
Where can I find log files? I've seen pictures of people seeing it directly from cmd after running from cli, but for me it stops at:
[DEBUG][08/02 01:50:23 PM]: Injected 2 field list filters
[DEBUG][08/02 01:50:23 PM]: Injected 2 field filters
[DEBUG][08/02 01:50:23 PM]: Injected 2 method list filters
[DEBUG][08/02 01:50:23 PM]: Injected 3 method filters
C:\>
---------------------------------------------------
After this bot is fully functional and working BUT without any following logging information and i can close cmd.
Thanks!