This is really just an alias for running tdocker logs --follow --tail=20 --no-log-prefix (container name) - it just means less typing really :)
Note that any argument you specify overrides it - e.g. tlogs php-8.0 --tail=100 will tail 100 lines rather than 20 lines which is the default.
This is really just an alias for running
tdocker logs --follow --tail=20 --no-log-prefix (container name)
- it just means less typing really :) Note that any argument you specify overrides it - e.g.tlogs php-8.0 --tail=100
will tail 100 lines rather than 20 lines which is the default.