© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Sure — here’s a simpler, cleaner, and more efficient version of your README.md
written in concise, professional Markdown, while keeping all the essential content:
README.md
# 📄 MessageLogViz
MessageLogViz is a web-based log viewer for visualizing messages.log
from InterSystems IRIS.
It turns raw log data into an interactive dashboard so developers and admins can quickly filter, search, and analyze logs by date, severity, or keyword — right from the browser.
📦 Installation
git clone https://github.com/your-org/MessageLogViz.git
cd MessageLogViz
</code></pre>
<hr />
<h2>▶️ Run with Docker</h2>
<p>Make sure Docker & Docker Compose are installed, then run:</p>
<pre><code class="language-bash">docker compose up --build -d
</code></pre>
<hr />
<h2>🌐 Access the Viewer</h2>
<p>Open in your browser:</p>
<ul>
<li><code>http://localhost:52773/csp/user/Logs.MessageLogViz.cls</code></li>
<li>Or: <code>http[s]://<your-ip>:<port>/csp/user/Logs.MessageLogViz.cls</code></li>
</ul>
<hr />