OpenVPN-Admin
OpenVPN-Admin copied to clipboard
Amount of logs displayed not working as it should
- PHP version: 5.6.33
- MySQL version: mysql Ver 14.14 Distrib 5.5.59, for debian-linux-gnu (x86_64) using readline 6.3
- Webserver (Nginx, Apache...): Apache/2.4.10
- What is the expected behaviour? Select 10 / 25 / 50 / 100 rows from the logs tab
- What do you see instead? The button seems to be ignored when I try to select other values
- PHP logs on pastebin:
Hey, any update regarding this issue? I have the same problem and looking for a solution to fix it.
what are the log settings you've set? can you share that.
Hey,
currently i doens´t configured anything regarding this.
I just updated to the current version from git.
Can you tell me at which place I have to configure the logs settings, please?
what are the log settings you've set? can you share that?
—
in /etc/openvpn/server.conf
check for these
status /var/log/openvpn-status.log
log-append /var/log/openvpn.log
and in your webserver, set the log level,
in Apache's case the following tells where to store the log
ErrorLog "logs/error_log"
and this tells the log level, after done debuging, lower the log level
LogLevel debug
Checked /etc/openvpn/server.conf Configured: status openvpn-status.log Changed to: status /var/log/openvpn-status.log
Log-append was already pointing to : /var/log/openvpn.log
Edit the apache2.conf file to set LogLevel /etc/apache2/apache2.conf LogLevel warn to LogLevel debug
Results from /var/log/apache2/error.log
Don´t see any issues. error.log.txt
apache is not showing any errors. what seems to be the problem with your openvpn server?
There arent any issue with my OpenVPN Server. Issue:
"Amount of logs displayed not working as it should"... Only the standard configuration of 10 entrys get shown.
Any update on this issue? It´s an configuration fault from my side, or an issue in the application.
can you connect to the vpn server?
and is your vpn routing properly?!
there shouldn't be much much data on the openvpn-status.log
file.
as to openvpn.log
file, every time a user access the openvpn
server there should be a log with a timestamp.
which part is not logging properly? The webserver, or openvpn?
There is nothing wrong with the VPN server itself! Just read the main topic and you will understand!! At thr board with the vpn logs you can select how many logs you want to display per page. 10, 20, 50, etc... That function simply does not work...
Any news on these Ticket? Is there an issue in the Software? Is there some work on the ticket, or any workaround?