The server log output is pretty noisy because it shows big expressions that are being interpreted. This would be better as a DEBUG-level message that the developer could opt into. INFO-level messages should be single-line output about high-level changes, like a program run or edited.
The server log output is pretty noisy because it shows big expressions that are being interpreted. This would be better as a
DEBUG
-level message that the developer could opt into.INFO
-level messages should be single-line output about high-level changes, like a program run or edited.