Skip to content

Commit

Permalink
Added more log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sd416 authored Dec 19, 2024
1 parent 2b7b8f6 commit 6d8a796
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,35 @@ http_status_codes:
- 'Security audit started'
- 'Security audit completed'
- 'User role updated'
- 'Load balancer updated'
- 'DNS record updated'
- 'SSL certificate renewed'
'400 Bad Request':
- 'Invalid user input detected'
- 'Configuration validation error'
- 'Credit card validation error'
- 'License key expired'
- 'Service rate limit exceeded'
- 'Service quota exceeded'
- 'Request body too large'
- 'Invalid request header'
- 'Missing required parameter'
'401 Unauthorized':
- 'User login failed'
- 'Permission denied'
- 'Unauthorized access attempt detected'
- 'Invalid authentication token'
- 'Authentication token expired'
'403 Forbidden':
- 'Permission denied'
- 'Access to resource forbidden'
- 'Account suspended'
'404 Not Found':
- 'File not found'
- 'Service endpoint deprecated'
- 'Service endpoint removed'
- 'Resource not found'
- 'User not found'
'500 Internal Server Error':
- 'Error fetching data from database'
- 'Unexpected error occurred'
Expand All @@ -131,6 +143,12 @@ http_status_codes:
- 'Cloud resource deprovisioned'
- 'API key revoked'
- 'User role update failed'
- 'Service unavailable'
- 'Timeout error'
'503 Service Unavailable':
- 'Service temporarily unavailable'
- 'Maintenance in progress'
- 'Server overloaded'

# User agent browsers for generating user agents
user_agent_browsers:
Expand All @@ -139,13 +157,20 @@ user_agent_browsers:
- 'Safari'
- 'Edge'
- 'Opera'
- 'Brave'

# User agent systems for generating user agents
user_agent_systems:
- 'Windows NT 10.0; Win64; x64'
- 'Macintosh; Intel Mac OS X 10_15_7'
- 'iPhone; CPU iPhone OS 14_6 like Mac OS X'
- 'Macintosh; Intel Mac OS X 13_4'
- 'iPhone; CPU iPhone OS 16_5 like Mac OS X'
- 'X11; Linux x86_64'
- 'Linux; Android 10'
- 'iPad; CPU OS 14_6 like Mac OS X'
- 'Macintosh; Intel Mac OS X 11_2_3'
- 'Linux; Android 13; K'
- 'iPad; CPU OS 16_5 like Mac OS X'
- 'Macintosh; Intel Mac OS X 13_4_1'
- 'Windows NT 10.0; WOW64'
- 'X11; Ubuntu; Linux i686'
- 'Macintosh; Intel Mac OS X 10_15_7'
- 'Linux; Android 13; SM-S918B'
- 'Linux; Android 14; Pixel 7'
- 'ChromeOS; x86_64 15183.78.0'

0 comments on commit 6d8a796

Please sign in to comment.