Skip to content

Commit

Permalink
CI: Enable trace
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Garcia <git@luigi311.com>
  • Loading branch information
luigi311 committed Feb 22, 2025
1 parent e2e1a3c commit 933a9e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
5 changes: 1 addition & 4 deletions test/ci_emby.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions test/ci_guids.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions test/ci_jellyfin.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions test/ci_locations.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions test/ci_plex.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 1 addition & 4 deletions test/ci_write.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 933a9e0

Please sign in to comment.