Skip to content

Commit

Permalink
log out
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 14, 2024
1 parent 736b3c2 commit 04eeba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/servicex.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ filter {

output {

# stdout {
# codec => rubydebug
# }
stdout {
codec => rubydebug
}

if "_jsonparsefailure" in [tags] {
file {
Expand Down
1 change: 1 addition & 0 deletions tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
}

test_logger.info('python-logstash: test extra fields', extra=metric)
print('Done')

0 comments on commit 04eeba4

Please sign in to comment.