django-log-viewer icon indicating copy to clipboard operation
django-log-viewer copied to clipboard

Django Log Viewer allows you to read & download log files in the admin page

Results 13 django-log-viewer issues
Sort by recently updated
recently updated
newest added

For the log viewer to work correctly with applications using django-csp, a nonce has to be added to the script tag.

![image](https://user-images.githubusercontent.com/29030022/129432464-f6bbc0ae-7a29-48d6-9fea-6fefc103a827.png)

My `LOG_VIEWER_PATTERNS` setting ``` LOG_VIEWER_PATTERNS = ['\d\d\d\d\d\d\d\dT\d\d\d\d\d\dZ#USR=\d#AU=\d#IU=\d#DVC=\d#AD=\d#PD=\d'] ``` How my log looks like on django-log-viewer with this setting (pattern not working as I would hope): ``` 20220113T142500Z#USR=1#AU=1#IU=0#DVC=0#AD=0#PD=020220113T213000Z#USR=1#AU=1#IU=0#DVC=0#AD=0#PD=1 ``` How the...

```py #LOG_VIEWER_FILES = ['info.log','debug.log','warning.log','error.log'] #LOG_VIEWER_FILES_PATTERN = '*.log*' #LOG_VIEWER_FILES_DIR = '/my_app/logs/' ``` I have tried many combinations of this, even commenting all of these settings altogether, but somehow I will always...

Hi, Thank you for this nice module. I have been looking for something like this. But I have a question. In the log location settings, can we indicate a `boto3...

My error logs usually comes with a stacktrace text, the logfile already has a formatted text with spaces, new lines and indentation, but when I see it in the log...

I think it can be better to have an ability to filter logs entities by LOGLEVEL: INFO, WARNING, ERROR, etc.

enhancement

Hi, I set my firefox to dark mode, which automatically sets django admin to dark mode. What is not affected is the page for this project. It looks as follows:...

I assume the following is not supported right now: `LOG_VIEWER_FILES_DIR = ['path/to/dir1', 'path/to/dir2']` It would be to have such feature, sometimes different parts of the system write to different target...

### Non-English charters contains more than 1 byte. So I FIxed it to seek over 1 bytes depends on the length of the charater. --- | Has bug | Fixed...