Adam
90a713b9c8
Merge pull request #851 from mattalxndr/patch-1
...
Add `-c0` flag to prevent showing stale log entries
2024-04-19 13:47:53 +01:00
Matt Alexander
395db2c69d
Add -c0 flag to prevent showing stale log entries in the log as the container starts
2024-02-23 05:14:22 -06:00
aptalca
cfb7dc6fc9
Merge pull request #783 from piotrmaj/universal-stdout-logs
...
Fix issue with logs that contains space in the path
2023-11-11 14:00:20 -05:00
Piotr Maj
4ad71311aa
Rename PATH_ARRAY to TAIL_LOGS to be consistent with prior code
2023-11-11 18:11:10 +01:00
Piotr Maj
4b702eb59a
Replace sed with array parsing to properly handle multiple paths with spaces
2023-11-05 18:58:02 +01:00
Piotr Maj
71430df23d
Fix issue with logs that contains space in the path: wrap tail argument in quotes to prevent the faulty behavior as per https://stackoverflow.com/a/43793896
2023-11-05 17:39:36 +01:00
aptalca
3e69cb371a
Merge pull request #696 from linuxserver/universal-stdout-logs-update
...
universal-stdout-logs update/add workflows
2023-05-20 09:15:11 -04:00
aptalca
3d00f2dc10
universal-stdout-logs update/add workflows
2023-05-18 16:01:05 -04:00
aptalca
0a37add7bd
Merge pull request #479 from linuxserver/universal-stdout-logs-s6v3
...
switch to hybrid (universal-stdout-logs)
2022-08-30 15:34:12 -04:00
aptalca
9aae0d1f0f
stop service instead of sleep
2022-08-30 13:02:02 -04:00
aptalca
7874132725
switch to hybrid
2022-08-26 13:00:35 -04:00
aptalca
c201cbffe6
Merge pull request #393 from brycied00d/patch-1
...
[universal-stdout-logs] Use tail -F to follow rotated log files
2022-08-26 12:55:09 -04:00
Bryce Chidester
b752310808
Remove extraneous -f between tail file arguments
...
tail requires the -f/-F option to be passed just once, not between every log file.
2022-07-11 10:57:17 -07:00
Bryce Chidester
dedfeaca08
[universal-stdout-logs] Use tail -F to follow rotated log files
...
I appreciate this mod for keeping an eye on nginx logs and such. The lsio/swag rotates those log files daily, and unfortunately that causes this mod to stop working. I propose using tail's `-F` (a shortcut for `--follow=name --retry`) instead of `-f` so that this mod will continue tailing the newly-rotated log file.
2022-07-11 09:54:41 -07:00
Alex Phillips
b18f779a96
fixed bad variable assignment
2021-12-17 11:22:27 -05:00
Alex Phillips
fb4c4c4da1
fixed sed delimiter to prevent interferring with paths
2021-12-17 11:16:13 -05:00
Alex Phillips
1f71bf909e
fixed tail variable
2021-12-17 10:58:31 -05:00
Alex Phillips
3fc160cedc
updated readme, mod name, etc
2021-12-17 10:58:08 -05:00
Alex Phillips
b780dc8392
updated example
2021-12-17 10:57:40 -05:00
Alex Phillips
858071c151
pipe-delimited is already 'standard' for the mods themselves, use that. Very unlikely a log file or path will have a pipe in the name
2021-12-17 10:57:17 -05:00
Alex Phillips
6151754435
changed delimiter to comma (more likely a space would be in a path), properly added in front of each file to tail
2021-12-17 10:50:13 -05:00
Alex Phillips
eebc71a219
missed workflow
2021-12-17 10:39:37 -05:00
Alex Phillips
4611b332e1
initial commit
2021-12-17 10:22:06 -05:00
aptalca
d1dc6e5858
Merge pull request #138 from linuxserver/template-ghcr
...
Add information about GHCR
2020-11-03 10:55:54 -05:00
Eric Nemchik
8a48ea51d8
Update Dockerfile.complex
2020-11-03 09:04:40 -06:00
Eric Nemchik
f20f64178f
Add information about GHCR
2020-11-02 20:22:32 -06:00
aptalca
3484da2827
Merge pull request #88 from linuxserver/template-gha
...
Replace Travis with GHA
2020-10-25 20:38:57 -04:00
Eric Nemchik
afcc5a19aa
Replace Travis with GHA
2020-10-25 09:55:40 -05:00
aptalca
ca3be57894
add maintainer to sample Dockerfile.complex
2020-10-15 09:30:29 -04:00
aptalca
69f8a2efb7
add maintainer label
2020-10-02 16:25:28 -04:00
aptalca
66c6ab5c69
update mod creation instructions
2020-10-02 16:01:55 -04:00
Ryan Kuba
f4cb91a286
Merge pull request #20 from aptalca/template
...
readme and template updates
2020-04-01 17:33:57 -07:00
aptalca
5be8b23ea1
readme and template updates
2020-04-01 17:35:56 -04:00
aptalca
ca2c0ce48e
create template branch
2020-02-02 15:55:44 -05:00
j0nnymoe
ac24dee3d9
LICENSE ( #1 )
...
LICENSE
2019-05-31 12:52:43 +01:00
chbmb
71aa40f87f
LICENSE
2019-05-30 20:35:20 +01:00
thelamer
f03f664dec
spacing
2019-04-14 22:31:13 -07:00
thelamer
5aeb83b384
adding rough draft docs for review
2019-04-14 22:28:48 -07:00
thelamer
c02f8e7e8e
adding blacklist with fake names for loop testing
2019-04-13 15:15:24 -07:00