· adswds-team · Product Release · 2 min read
Adswds Platform 3.6.0: System logging and Rule Preview boundaries
3.6.0 adds configurable system logs with Monolog-style lines, and tightens Rule Preview/access-log scope: analysis only, no ASN write-back to rules.

Adswds Platform 3.6.0 release notes
31 July 2026 — Adswds Platform 3.6.0 is now available.
This release has two parts: config-driven system logging for ops triage, and a clearer Rule Preview / access-log boundary — analyze and re-test only, never mutate ad rules from logs.
What’s new
Configurable logging by standard levels
- Master switch
Logging.Level:debug < info < warn < error - Normal SQL = debug; slow SQL = warn; Access = info; failures = error
- Destination still follows
AppDebug(console or file), independent of level
Rule Preview / access-log boundary
- Removed “write log ASN into the rule blacklist”
- Access-log list no longer shows the top blocked-samples board
- Kept: open Rule Preview from a single log, and import a log into Rule Preview
Front-end stability
- Canceled / aborted requests no longer surface as business error toasts
- Minor editor cleanup on leave and template-load race guards
Security and boundaries
- Logging is side-effect only — it does not change business branches or query results
- Rule Preview / access logs do not modify ad rules
- Credentials are not emitted as a separate password parameter block
How to use
- Set
Logging.Levelper environment and restart the API (debugto see every SQL;infofor normal ops) - With
AppDebug: false, readstorage/logs/adplace.log - To re-test a block, open Rule Preview from a single access log
- End-user main flows stay the same as 3.5.0



