Skip to content

Commit 9d143f0

Browse files
committed
Update to Atmos 1.130.0
1 parent 73bd4d6 commit 9d143f0

File tree

1 file changed

+5
-1
lines changed
  • examples/data-sources/utils_spacelift_stack_config

1 file changed

+5
-1
lines changed

examples/data-sources/utils_spacelift_stack_config/atmos.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,12 @@ workflows:
6363
base_path: "stacks/workflows"
6464

6565
logs:
66-
file: "/dev/stdout"
66+
# Can also be set using 'ATMOS_LOGS_FILE' ENV var, or '--logs-file' command-line argument
67+
# File or standard file descriptor to write logs to
68+
# Logs can be written to any file or any standard file descriptor, including `/dev/stdout`, `/dev/stderr` and `/dev/null`
69+
file: "/dev/stderr"
6770
# Supported log levels: Trace, Debug, Info, Warning, Off
71+
# Can also be set using 'ATMOS_LOGS_LEVEL' ENV var, or '--logs-level' command-line argument
6872
level: Info
6973

7074
# Custom CLI commands

0 commit comments

Comments
 (0)