I am just starting to play with PowerServer in my development environment, Meaning that testing the code runs on my local computer. As you know a DOS window opens up to for the database communication and you can see the JSON. I was given a Demo of PS from Appeaon directly. During the demo they showed me that every time they made a call to the database you can see the commands in the DOS window. However, in my environment, I am only seeing the initial connection. Is there a setting to turn on all communications?
- Louis Arena
- PowerServer
- Friday, 14 October 2022 20:41 PM UTC
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
When you deploy a PowerServer project, a C# solution is generated. You can open this solution on SnapDevelop by clicking on the Open C# Solution in SnapDevelop button in the PowerServer toolbar. This will open SnapDevelop. In here, in the Solution Explorer, open the ServerAPIs project > Logging > Logging.Development.json file and change the "PowerServer": "Warning" line no "PowerServer": "Debug"
Hope this helps.
Regards, Francisco