You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added this new global setting:
COMMAND_WARNINGS_EVERY("arcadedb.command.warningsEvery", SCOPE.JVM,
"Reduce warnings in commands to print in console only every X occurrences. Use 0 to disable warnings with commands",
Integer.class, 100),
Fixed issue #1432
COMMAND_WARNINGS_EVERY("arcadedb.command.warningsEvery", SCOPE.JVM,
"Reduce warnings in commands to print in console only every X occurrences. Use 0 to disable warnings with commands",
Integer.class, 100),
I still believe it's useful in production. So many users found that some queries were not using any indexes and therefore tons of expensive scans were made.
@lvca This is a very elegant solution. I like it very much! One question though: Does it only print every N-th warning of all warnings or every N-th warning of every type of warning?
ArcadeDB Version:
ArcadeDB Server v23.12.2 (build 1a7716d309bbcbfdac089d42adee56b38fe2f6d3/1705309274480/main)
OS and JDK Version:
Running on Mac OS X 12.7 - OpenJDK 64-Bit Server VM 17.0.9 (Homebrew)
I certain situation warnings pollute the log, for example running a script that is scanning an unindexed property.
Expected behavior
I have three possible solutions:
production
mode.Actual behavior
The text was updated successfully, but these errors were encountered: