Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why --config test/config.toml can't use? #5

Open
cdkunsong opened this issue Mar 18, 2024 · 0 comments
Open

why --config test/config.toml can't use? #5

cdkunsong opened this issue Mar 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cdkunsong
Copy link

Describe the bug
eunomia server --config test/config.toml can't use
config value don't get from toml file

After add two enabled_trackers,
[[enabled_trackers]]
name = "memleak"
export_handlers = [ ]
args = [ ]

[[enabled_trackers]]
name = "syscall"
export_handlers = [ ]
args = [ ]

always output default:
process
files
tcpconnect

To Reproduce
eunomia server --config test/config.toml
or ./build/test/config_test_Tests

Expected behavior
[2024-03-18 14:04:50.014] [warning] run_selected use default value
[2024-03-18 14:04:50.014] [warning] enabled_trackers use default value
[2024-03-18 14:04:50.014] [warning] tracing_selected use default value
[2024-03-18 14:04:50.014] [warning] tracing_target_id use default value

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

OS: [ubuntu22]
@cdkunsong cdkunsong added the bug Something isn't working label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant