Install the complete package with local command reference and every published mode.
install loglogUse
Operational logs grow continuously and often contain far more data than one diagnosis needs.
log [file] [options]logshow the last 10 lines of the newest detected
log <file>show the last 10 lines of the selected
-hshow the first lines instead of the last lines
-n <lines>set the number of displayed lines from 1 to 50000
-g <text>show only lines containing <text>
-isearch <text> without case sensitivity
-llist detected
-l keeps modification date and size together on the left, with the
Tail mode is the default. -h switches to the beginning, -n controls the number of matching lines, -g applies a literal text filter, and -i makes that filter case-insensitive. Large files are streamed and output is bounded to keep the browser responsive.
Run the prepared examples directly on the page. Their results are prebuilt and shown in the browser; no terminal command is executed on the server.
Install the current compatible version. Choose Base for the complete feature set or Minimum for the reduced package; use upgrade to update a module that is already installed.
Base and Minimum are two packages of the same current module release, not separate command versions.
Install the complete package with local command reference and every published mode.
install logInstall the reduced package. Local reference is omitted;
install log -mInstall exactly this published version.
install log -v 1.2.2Ask upgrade to check compatibility and replace the installed block only when needed.
upgrade logRemove the extension block while leaving the core and unrelated modules intact.
install log -uExamples are copyable command lines, not actions executed by this website. Review paths, permissions and destructive flags before running them on a real project.
cd \sandbox | log -l | log logs/app.log -n 22026-08-08 20:53:40 219 B ~/logs/errors.log
2026-08-07 12:00:00 96 B ~/logs/app.log
2026-08-07 12:00:02 INFO request completed
2026-08-07 12:00:03 DEBUG cache hitlog sandbox/logs/app.logFile: sandbox/logs/app.log
2026-01-01T00:00:00Z INFO sandbox initialized
2026-01-01T00:00:01Z DEBUG sample event completedlog sandbox/logs/app.log -hFile: sandbox/logs/app.log
2026-01-01T00:00:00Z INFO sandbox initialized
2026-01-01T00:00:01Z DEBUG sample event completedlog sandbox/logs/app.log -n 1File: sandbox/logs/app.log
2026-01-01T00:00:01Z DEBUG sample event completedlog sandbox/logs/app.log -g DEBUGFile: sandbox/logs/app.log
Filter: DEBUG
2026-01-01T00:00:01Z DEBUG sample event completedlog sandbox/logs/app.log -g debug -iFile: sandbox/logs/app.log
Filter: debug
2026-01-01T00:00:01Z DEBUG sample event completedlog -lsandbox/logs/errors.log 2026-08-08 16:20:57 219 B
sandbox/logs/app.log 2026-08-04 23:53:00 96 Blog sandbox/logs/missing.logLog file not foundsandbox/logs/app.logThe example uses a file or directory from the protected /sandbox/ documentation workspace.
2026-01-01T00:00:00Z INFO sandbox initialized
2026-01-01T00:00:01Z DEBUG sample event completed