Project

General

Profile

action #97037

Updated by okurz about 2 years ago

## Observation 

 When making a request with openqa-cli, it sends the default `"Mojolicious (Perl)"` User-Agent header. 
 To get a more informative access log, it should send `openqa-cli`. 

 ## Suggestions 

 * Ideally it should also add the openQA version, but as we don't have it as `$VERSION` in our modules, like normal CPAN modules have it, we might not easily be able to. (When running from git, there's `git describe`.) 

 ## Further details 

 Entrance level issue

Back