Server Console + F8 client console

Hello,

I saw a bug that it’s not friendly for developers.
I can’t use the command “print()” to show on server-side console and analyze an eventual bug on server console.

I found this topic which is very familliar with my (OR WITH ALL THE DEVELOPERS) situation:

https://forum.cfx.re/t/terminal-dosent-show-logs-when-its-related-to-a-player

I really wanted to open this topic because this is a very important tool to the developers work and detect some erros and find if the code is arriving at code line “X”.

Is this normal?

Does exist any solution to solve this situation?

If this was removed by the Fivem developers, we need to escalate this to make this feature active again. It’s an indispensable tool for us… developers.

You’re looking for channel filters. (as already mentioned in the thread you linked)
The default filters block “forwarded” output via the noprint action

cfx> con_channelFilters
    forward:*/*: noprint

To remove the forward filter, run this on your server
con_removeChannelFilter forward:*/* noprint