Reference
Understanding the available command line switches.
Displaying the "help" content
tailed --helpTailed 1.0.0
Copyright (C) 2023 Chris Wood
USAGE:
Monitor a log file:
tailed /path/to/my/file.log
Monitor a log file and use Serilog colorization rules:
tailed --rules Serilog /path/to/my/file.log
Monitor a log file and use custom colorization rules:
tailed --rulesFile /path/to/rules.json /path/to/my/file.log
Monitor a log file with a custom web server:
tailed --hostname my.domain.com /path/to/my/file.log
-c, --rulesFile Optional path to a file containing JSON colorization
rules.
-r, --rules (Default: None) A default colorization rule set. Valid
values: None, Serilog
-h, --hostname Optional override of the Tailed server hostname.
--help Display this help screen.
--version Display version information.
Filename (pos. 0) Required. The path to the file which will be tailed.
See the documentation at https://docs.tailed.liveSwitches
Switch
Description
Last updated