Compare commits

..

2 Commits
1.2.1 ... 1.2.2

Author SHA1 Message Date
41a3c08d9f Release 1.2.2 2021-08-17 01:03:04 +03:00
cb328ad797 fix typo in log naming 2021-08-17 01:02:42 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Evgeniy Alekseev # Maintainer: Evgeniy Alekseev
pkgname='ahriman' pkgname='ahriman'
pkgver=1.2.1 pkgver=1.2.2
pkgrel=1 pkgrel=1
pkgdesc="ArcHlinux ReposItory MANager" pkgdesc="ArcHlinux ReposItory MANager"
arch=('any') arch=('any')

View File

@ -32,7 +32,7 @@ formatter = generic_format
args = ("/var/log/ahriman/http.log", "a", 20971520, 20) args = ("/var/log/ahriman/http.log", "a", 20971520, 20)
[handler_syslog_handler] [handler_syslog_handler]
class = logging.handlers.SysLogFileHandler class = logging.handlers.SysLogHandler
level = DEBUG level = DEBUG
formatter = syslog_format formatter = syslog_format
args = ("/dev/log",) args = ("/dev/log",)

View File

@ -17,4 +17,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
__version__ = "1.2.1" __version__ = "1.2.2"