From c0e207924cd54fa2dc58a400c24a41306ba0b7e0 Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Fri, 21 Feb 2025 19:25:11 -0700 Subject: [PATCH] CI: Enable trace Signed-off-by: Luis Garcia --- test/ci_emby.env | 5 +---- test/ci_guids.env | 5 +---- test/ci_jellyfin.env | 5 +---- test/ci_locations.env | 5 +---- test/ci_plex.env | 5 +---- test/ci_write.env | 5 +---- 6 files changed, 6 insertions(+), 24 deletions(-) diff --git a/test/ci_emby.env b/test/ci_emby.env index 812be4e..0a1f7ff 100644 --- a/test/ci_emby.env +++ b/test/ci_emby.env @@ -3,11 +3,8 @@ ## Do not mark any shows/movies as played and instead just output to log if they would of been marked. DRYRUN = "True" -## Additional logging information -DEBUG = "True" - ## Debugging level, "info" is default, "debug" is more verbose -DEBUG_LEVEL = "debug" +DEBUG_LEVEL = "trace" ## If set to true then the script will only run once and then exit RUN_ONLY_ONCE = "True" diff --git a/test/ci_guids.env b/test/ci_guids.env index b3afade..9df8257 100644 --- a/test/ci_guids.env +++ b/test/ci_guids.env @@ -3,11 +3,8 @@ ## Do not mark any shows/movies as played and instead just output to log if they would of been marked. DRYRUN = "True" -## Additional logging information -DEBUG = "True" - ## Debugging level, "info" is default, "debug" is more verbose -DEBUG_LEVEL = "debug" +DEBUG_LEVEL = "trace" ## If set to true then the script will only run once and then exit RUN_ONLY_ONCE = "True" diff --git a/test/ci_jellyfin.env b/test/ci_jellyfin.env index b6ba8b4..99a48e4 100644 --- a/test/ci_jellyfin.env +++ b/test/ci_jellyfin.env @@ -3,11 +3,8 @@ ## Do not mark any shows/movies as played and instead just output to log if they would of been marked. DRYRUN = "True" -## Additional logging information -DEBUG = "True" - ## Debugging level, "info" is default, "debug" is more verbose -DEBUG_LEVEL = "debug" +DEBUG_LEVEL = "trace" ## If set to true then the script will only run once and then exit RUN_ONLY_ONCE = "True" diff --git a/test/ci_locations.env b/test/ci_locations.env index 643ed3a..e1d87fc 100644 --- a/test/ci_locations.env +++ b/test/ci_locations.env @@ -3,11 +3,8 @@ ## Do not mark any shows/movies as played and instead just output to log if they would of been marked. DRYRUN = "True" -## Additional logging information -DEBUG = "True" - ## Debugging level, "info" is default, "debug" is more verbose -DEBUG_LEVEL = "debug" +DEBUG_LEVEL = "trace" ## If set to true then the script will only run once and then exit RUN_ONLY_ONCE = "True" diff --git a/test/ci_plex.env b/test/ci_plex.env index dae4e69..1bfdca7 100644 --- a/test/ci_plex.env +++ b/test/ci_plex.env @@ -3,11 +3,8 @@ ## Do not mark any shows/movies as played and instead just output to log if they would of been marked. DRYRUN = "True" -## Additional logging information -DEBUG = "True" - ## Debugging level, "info" is default, "debug" is more verbose -DEBUG_LEVEL = "debug" +DEBUG_LEVEL = "trace" ## If set to true then the script will only run once and then exit RUN_ONLY_ONCE = "True" diff --git a/test/ci_write.env b/test/ci_write.env index 8975023..376fa0a 100644 --- a/test/ci_write.env +++ b/test/ci_write.env @@ -3,11 +3,8 @@ ## Do not mark any shows/movies as played and instead just output to log if they would of been marked. DRYRUN = "False" -## Additional logging information -DEBUG = "True" - ## Debugging level, "info" is default, "debug" is more verbose -DEBUG_LEVEL = "debug" +DEBUG_LEVEL = "trace" ## If set to true then the script will only run once and then exit RUN_ONLY_ONCE = "True"